This repository has been archived by the owner on May 24, 2024. It is now read-only.
Releases: JesseCoretta/go-antlraci
Releases · JesseCoretta/go-antlraci
v1.0.0
Changes
- Inaugural stable release
- Use newest stable release of
go-stackage
- Update
README.md
v0.0.1-alpha.1
Changes
v0.0.1-alpha.1
- Use newer development-release of
go-stackage
to test new features -- specificallyStack.Reveal
andStack.Defrag
, each of which can help in performing additional clean-up following the completion of a BindRule[s] parse->stack cycle (see also #1) - Update
stackage.Condition
references withinpb.go
andtarget.go
to pre-initialize the return instance, as is required with newer version ofgo-stackage
Historical changelog
v0.0.0-alpha.9a
stack.go
- Change
ParseTargetRule
signature (and that of its private counterpart) to no longer return a pointer reference tostackage.Condition
, rather just return the instance as-is - Move ComparisonOperator resolution tester to earlier stage during TargetRule parsing, thanks to
go-stackage's
SetOperator
method - Remove old method of crafting
stackage.Condition
instances (BindRule functionality already using new method)
- Change
Note: version number not incremented completely due to unreleased changes slated for v0.0.1
.
v0.0.0-alpha.9
go.mod
- Use
go-stackage
version v0.0.2-alpha.9 to take advantage of enhanced stability
- Use
v0.0.0-alpha.7
go.mod
- Use
go-stackage
version v0.0.2-alpha.7 to take advantage of enhanced stability
- Use
v0.0.0-alpha.6
cond.go
gofmt -s -w
target.go
- Update
stackage.Condition
variables to pointer instances
- Update
target_test.go
- Update unit tests
go.mod
,go.sum
- Update
go-stackage
version minimum - Retract old releases
- Update
v0.0.0-alpha.5
go.mod
- Update go-stackage to version v0.0.0-alpha.5 to gain access to new enhancements
v0.0.0-alpha.4
pb.go
,target.go
- Implement
go-stackage
for bind and target rules
- Implement
v0.0.0-alpha.3
ext.go
- Fix validity checking error for bind rule parsing
v0.0.0-alpha.2
ext.go
- Move parenthetical control for target rule into string representation phase, as opposed to during target rule**s** phase.
v0.0.0-alpha.1
README.md
- Add advisory on non-production state of package
- Add short statement regarding Parser Helpers
ext.go
- Comment clean-up, gofmt -s -w *.go
- Add parser helpers for individual Bind-based *Rule and Target-based *Rule instances; see ParseBindRule() and ParseTargetRule() package-level functions
- Add Kind() method support for simplified *Rule instance "type identification", thereby preventing the user from being forced to identify the context of a *Rule through keyword identification
- Handle missing parentheticals for target rule and rule termination
v0.0.0-alpha.0
Inaugural release