Skip to content

Releases: yavuztor/JsonLogic.Net

Fixed in operator with null values

19 Aug 02:32
Compare
Choose a tag to compare

When second argument to "in" operator is null, evaluator was throwing an argument error. This release includes a fix, which correctly returns false in the case where second argument evaluates to null.

Added string comparisons

13 Jul 19:17
Compare
Choose a tag to compare

This is a tiny release to include the string-based comparisons contributed by @FrederikLynggaard .

Thanks for the contribution.

Version 1.1.9 - Added netstandard2.1 support.

07 Oct 01:41
f8993ff
Compare
Choose a tag to compare
Merge pull request #20 from yavuztor/dev

Added netstandard2.1.

Version 1.1.8

08 Mar 02:48
Compare
Choose a tag to compare

Minor updates. See release notes.