Skip to content

Releases: katydid/validator-go

Extra strings funcs

18 Jan 13:19

Choose a tag to compare

Added GT,GE,LT and LE funcs for strings

remove interp package

25 Apr 07:50

Choose a tag to compare

itern is good enough to replace the interp package.
This means there is now only one implementation of the deriveCall and deriveReturn functions
This will make adding new operators easier

feature: regex name expressions

15 Apr 08:13

Choose a tag to compare

v0.6.2

fix regex for name expressions

remove shorthand for string functions

14 Apr 13:16

Choose a tag to compare

start removing shorthand for contains, regex, hasPrefix and hasSuffix

14 Apr 12:53

Choose a tag to compare

update go to version 1.24

20 Feb 14:37

Choose a tag to compare

v0.5.4

update check license

remove extra storage of Literal entirely from AST

23 Jan 10:48

Choose a tag to compare

v0.5.3

remove extra storage of Literal value in ast

removed double parsing

22 Jan 12:28

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

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

Choose a tag to compare

Parsers and Encoders have moved to their own repositories