Skip to content

Commit 1e25204

Browse files
author
Cache Hamm
committed
Update changelog
1 parent 9cf31d7 commit 1e25204

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
122
1.0.4 / 2016-06-18
223
==================
324

examples/07-rule-chaining.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ let drinkRule = {
4141
},
4242
onFailure: function (event, almanac) {
4343
almanac.addRuntimeFact('screwdriverAficionado', false)
44-
},
44+
}
4545
}
4646
engine.addRule(drinkRule)
4747

0 commit comments

Comments
 (0)