Skip to content

Releases: sonda2208/go-rules

Release v1.3.0

02 Dec 11:03
c4e8a4a
Compare
Choose a tag to compare
  • Add CONTAINS operator.

Release v1.2.4

31 Jan 04:50
67d55bc
Compare
Choose a tag to compare
  • Add LICENSE

Release v1.2.0

23 Oct 04:20
151f904
Compare
Choose a tag to compare

New Features

  • Add ability to input arithmetic expression

Release v1.1.0

23 Oct 04:20
d328f7a
Compare
Choose a tag to compare

New Features

  • Parse rule from string with ANTLR parser.
  • Add ability to define custom function and use it in string rule (included nested calling).
  • Allow users to input custom function in Var field in JSON rule.

Improvements

  • Set structs to private.
  • Add tests to increase coverage.

Fixes

  • Remove returning values when evaluating AND and OR operator.
  • Fix bugs when evaluating date-time values in LTE and GTE operator handler.

Release v1.0.0

23 Oct 04:20
81e957c
Compare
Choose a tag to compare

Release v1.2.3

22 Oct 09:44
93ca5bf
Compare
Choose a tag to compare

Fixes

  • Reversing argument orders

Release v1.2.2

22 Oct 04:32
c85b431
Compare
Choose a tag to compare

Fixes

  • Fix time comparison

Release v1.2.1

21 Oct 09:42
47bcae6
Compare
Choose a tag to compare
Merge pull request #10 from sonda2208/add-go-mod

 Add go.mod file