json-rules-engine
Advanced tools
Changelog
5.0.1 / 2020-01-18
DEBUG
envs works with cookies disablesChangelog
5.0.0 / 2019-11-29
path
property is now interpreted using json-path
npm install selectn
as a direct dependency, and json-rules-engine
will continue to interpret legacy paths this way.$
will be assumed to use json-path
syntaxChangelog
4.1.0 / 2019-09-27
Changelog
4.0.0 / 2019-08-22
engine.run()
now returns a hash of events and almanac: { events: [], almanac: Almanac instance }
. Previously in v3, the run()
returned the events
array.
const events = await engine.run()
under v3 will need to be changed to const { events } = await engine.run()
under v4.Changelog
3.1.0 / 2019-07-19
rule.setName()
and ruleResult.name
Changelog
3.0.3 / 2019-07-15