grule-rule-engine
grule-rule-engine copied to clipboard
Feat: allow general nil value ignore
- allows engine to handle nil values in rules
- useful e.g. with JSON facts that are not having strict schema
- Fixes #458
- Fixes #429
This should be non-breaking change (as all logic should be behind the flag), but still might be good if others review this, too.