There was an error while loading. Please reload this page.
1 parent cbbad52 commit 91a390fCopy full SHA for 91a390f
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+2.0.0-beta2 / 2017-04-10
2
+==================
3
+ * Fix fact path object checking to work with objects that have prototypes (lodash isObjectLike instead of isPlainObject)
4
+
5
2.0.0-beta1 / 2017-04-09
6
==================
7
package.json
@@ -1,6 +1,6 @@
{
"name": "json-rules-engine",
- "version": "2.0.0-beta1",
+ "version": "2.0.0-beta2",
"description": "Rules Engine expressed in simple json",
"main": "dist/index.js",
"scripts": {
0 commit comments