Skip to content

Releases: santalvarez/python-rule-engine

0.5.1

28 Oct 15:08
Compare
Choose a tag to compare

0.5.0

31 Dec 20:53
9ec23d8
Compare
Choose a tag to compare
  • Added not condition to support negation
  • Improved docs

0.4.0

25 Aug 23:46
e41d14d
Compare
Choose a tag to compare
  • deepcopy Rule before evaluating
  • Remove pydantic lib
  • Add full jsonpath support
  • Operators no longer static

0.3.0

16 Mar 16:56
b9edc98
Compare
Choose a tag to compare

Refactor RuleEngine
Fix bug

0.2.0

21 Dec 03:17
Compare
Choose a tag to compare
  • Add more built-in operators
  • Change match method of Operator to static

0.1.0

20 Dec 22:50
Compare
Choose a tag to compare

First version of the rule engine