Releases: santalvarez/python-rule-engine
Releases · santalvarez/python-rule-engine
0.5.1
- Add
event
field to Rule (@nurulhudaapon)
0.5.0
- Added not condition to support negation
- Improved docs
0.4.0
- deepcopy Rule before evaluating
- Remove pydantic lib
- Add full jsonpath support
- Operators no longer static
0.3.0
Refactor RuleEngine
Fix bug
0.2.0
- Add more built-in operators
- Change
match
method ofOperator
to static
0.1.0
First version of the rule engine