Skip to content

Releases: katydid/validator-go

update go to version 1.24

20 Feb 14:37
Compare
Choose a tag to compare
v0.5.4

update check license

remove extra storage of Literal entirely from AST

23 Jan 10:48
Compare
Choose a tag to compare
v0.5.3

remove extra storage of Literal value in ast

removed double parsing

22 Jan 12:28
Compare
Choose a tag to compare
v0.5.2

remove funcs String method in favour of comparing using ToExpr

running of tests and benchmarks do not depend on the testsuite

14 Jan 14:47
Compare
Choose a tag to compare

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

14 Jan 11:46
Compare
Choose a tag to compare

Parsers and Encoders have moved to their own repositories

v0.4.0

19 Oct 19:52
Compare
Choose a tag to compare
  • Changed name to validator-go
  • Changed relapse to validator
  • Removed protocol buffer dependencies
  • Added github action