Skip to content

Releases: yavuztor/JsonLogic.Net

Fixed in operator with null values

Choose a tag to compare

@yavuztor yavuztor released this 19 Aug 02:32

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

Choose a tag to compare

@yavuztor yavuztor released this 13 Jul 19:17

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.

Choose a tag to compare

@yavuztor yavuztor released this 07 Oct 01:41
f8993ff
Merge pull request #20 from yavuztor/dev

Added netstandard2.1.

Version 1.1.8

Choose a tag to compare

@yavuztor yavuztor released this 08 Mar 02:48

Minor updates. See release notes.