UNPKG

1.06 kBMarkdownView Raw
11.3.0 / 2016-10-24
2==================
3
4 * Rule event emissions
5 * Rule chaining
6
71.2.1 / 2016-10-22
8==================
9
10 * Use Array.indexOf instead of Array.includes for older node version compatibility
11
121.2.0 / 2016-09-13
13==================
14
15 * Fact path support
16
171.1.0 / 2016-09-11
18==================
19
20 * Custom operator support
21
221.0.4 / 2016-06-18
23==================
24
25 * fix issue #6; runtime facts unique to each run()
26
271.0.3 / 2016-06-15
28==================
29
30 * fix issue #5; dependency error babel-core/register
31
321.0.0 / 2016-05-01
33==================
34
35 * api stable; releasing 1.0
36 * engine.run() now returns triggered events
37
381.0.0-beta10 / 2016-04-16
39==================
40
41 * Completed the 'fact-dependecy' advanced example
42 * Updated addFact and addRule engine methods to return 'this' for easy chaining
43
441.0.0-beta9 / 2016-04-11
45==================
46
47 * Completed the 'basic' example
48 * [BREAKING CHANGE] update engine.on('success') and engine.on('failure') to pass the current almanac instance as the second argument, rather than the engine