json-rules-engine-simplified icon indicating copy to clipboard operation
json-rules-engine-simplified copied to clipboard

A simple rules engine expressed in JSON

Results 13 json-rules-engine-simplified issues
Sort by recently updated
recently updated
newest added

This issue was introduced when upgrading from version 0.1.16 to 0.1.17. After upgrading to 0.1.17, I get this issue when I run `npm run build` ``` Failed to minify the...

Reasoning Dependencies are a nice way of implementing page logic. Using the rules engine to remove sections causes issues with error handling. IE error state is lost.

Matches predicate which helps to do regex check is throwing and rgx.test is not a function. Rule and whole Engine run I used: > var Engine = require("json-rules-engine-simplified").default let regexp...