Skip to content

Releases: yuxblank/RuleRX

v2.0.0

07 Nov 00:21
Compare
Choose a tag to compare

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

01 Nov 23:33
Compare
Choose a tag to compare

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)