TotalTechGeek / json-logic-engine

Construct complex rules with JSON & process them.
MIT License
43 stars 9 forks source link

Calling .includes on null causes a crash. This resolves that behavior. #26

Closed TotalTechGeek closed 7 months ago

TotalTechGeek commented 7 months ago

There is an issue with the "in" operator that causes null or undefined values to crash the logic engine, rather than return false.

TotalTechGeek commented 7 months ago

This should resolve #25