Releases: yuxblank/RuleRX
Releases · yuxblank/RuleRX
v2.0.0
2.0.0 (2020-11-07)
- feat!: allow multiple rules to be evaluated (ae33ddf)
Features
- added container mode to allow evaluation of json rules (4061121)
BREAKING CHANGES
- RuleRx does now takes and array of RuleSet instead of a single one
v1.0.0
1.0.0 (2020-11-01)
Features
- operators: add lessThan,allOf,noneOf,anyOfList,allOfList,noneOfList. use _lodash (00e925b)
- operators: add sumGreaterThan and functional test for ecommerce cases (c445df4)