We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf31d7 commit 1e25204Copy full SHA for 1e25204
2 files changed
CHANGELOG.md
@@ -1,3 +1,24 @@
1
+1.3.0 / 2016-10-24
2
+==================
3
+
4
+ * Rule event emissions
5
+ * Rule chaining
6
7
+1.2.1 / 2016-10-22
8
9
10
+ * Use Array.indexOf instead of Array.includes for older node version compatibility
11
12
+1.2.0 / 2016-09-13
13
14
15
+ * Fact path support
16
17
+1.1.0 / 2016-09-11
18
19
20
+ * Custom operator support
21
22
1.0.4 / 2016-06-18
23
==================
24
examples/07-rule-chaining.js
@@ -41,7 +41,7 @@ let drinkRule = {
41
},
42
onFailure: function (event, almanac) {
43
almanac.addRuntimeFact('screwdriverAficionado', false)
44
- },
+ }
45
}
46
engine.addRule(drinkRule)
47
0 commit comments