anandrajneesh / decision-engine

Nodejs Rule Engine
https://anandrajneesh.github.io/decision-engine/
MIT License
12 stars 4 forks source link

Ignore missing keys in fact #7

Closed anandrajneesh closed 7 years ago

anandrajneesh commented 7 years ago

If it happens that key given in condition is not actually present in fact, then current version would fail by throwing that Cannot read property key of undefined. Instead it should ignore that key and comparison should happen with undefined.

anandrajneesh commented 7 years ago

Fixed in v1.1.3 release