Skip to content

Releases: santalvarez/python-rule-engine

1.0.0

Choose a tag to compare

@santalvarez santalvarez released this 07 Jun 19:38
7fd7a3f
  • Add pydantic lib for better rule validation and errors
  • Minor improvements

0.5.1

Choose a tag to compare

@santalvarez santalvarez released this 28 Oct 15:08

0.5.0

Choose a tag to compare

@santalvarez santalvarez released this 31 Dec 20:53
9ec23d8
  • Added not condition to support negation
  • Improved docs

0.4.0

Choose a tag to compare

@santalvarez santalvarez released this 25 Aug 23:46
e41d14d
  • deepcopy Rule before evaluating
  • Remove pydantic lib
  • Add full jsonpath support
  • Operators no longer static

0.3.0

Choose a tag to compare

@santalvarez santalvarez released this 16 Mar 16:56
b9edc98

Refactor RuleEngine
Fix bug

0.2.0

Choose a tag to compare

@santalvarez santalvarez released this 21 Dec 03:17
  • Add more built-in operators
  • Change match method of Operator to static

0.1.0

Choose a tag to compare

@santalvarez santalvarez released this 20 Dec 22:50

First version of the rule engine