We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60484e5 commit c54c2b3Copy full SHA for c54c2b3
JsonLogic.Net/JsonLogic.Net.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<TargetFrameworks>netstandard2.1;netstandard2.0;netstandard1.0</TargetFrameworks>
5
- <Version>1.1.10</Version>
+ <Version>1.1.11</Version>
6
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
7
<Copyright>Copyright 2018</Copyright>
8
<PackageLicenseUrl>https://raw.githubusercontent.com/yavuztor/JsonLogic.Net/master/LICENSE</PackageLicenseUrl>
release-notes.md
@@ -1,3 +1,6 @@
1
+## 1.1.11
+- Fixed "in" operator failing when second argument (the haystack) is null.
+
## 1.1.10
- Changed comparison operators to work with string values.
0 commit comments