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 38bfb34 commit c8dabd2Copy full SHA for c8dabd2
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.1.0
2
+
3
+* [FEAT] add `EncodeOptions.CommaCompactNulls` to drop `null` entries when encoding comma lists
4
5
## 1.0.11
6
7
* [CHORE] optimize `Decoder.ParseQueryStringValues`
QsNet/QsNet.csproj
@@ -5,7 +5,7 @@
<LangVersion>latest</LangVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageId>QsNet</PackageId>
8
- <Version>1.0.11</Version>
+ <Version>1.1.0</Version>
9
<Authors>Klemen Tusar</Authors>
10
<PackageTags>
11
querystring;query-string;query;parameters;url;uri;http;
0 commit comments