- Fixed "in" operator failing when second argument (the haystack) is null.
- Changed comparison operators to work with string values.
- Added
netstandard2.1
. Updated test project to run with dotnet 3.1.
- Moved publishing package to github actions.
- Added
within
operator to compare numbers with a precision.
- Various fixes and improved testing.
- Dropped Newtonsoft.Json dependency to 9.x
- Resolved equality check with "in" operator.
- Added netstandard1.0 target to enable using the library from .net 4.5
- Passed all tests from JsonLogic.com