Releases: katydid/validator-go
Releases · katydid/validator-go
update go to version 1.24
v0.5.4 update check license
remove extra storage of Literal entirely from AST
v0.5.3 remove extra storage of Literal value in ast
removed double parsing
v0.5.2 remove funcs String method in favour of comparing using ToExpr
running of tests and benchmarks do not depend on the testsuite
Running of tests and benchmarks no longer depend on the testsuite, which makes importing this library easier.
Running the testsuite is still forced in CI to avoid regressions.
Validator is only the validator
Parsers and Encoders have moved to their own repositories
v0.4.0
- Changed name to validator-go
- Changed relapse to validator
- Removed protocol buffer dependencies
- Added github action