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 b33a19d commit ca18c72Copy full SHA for ca18c72
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.0.5
2
+
3
+* [FEAT] add key-aware decoding to the query string parser
4
5
## 1.0.4
6
7
* [FIX] optimize Encoder by caching sequence materialization and reducing allocations
QsNet/QsNet.csproj
@@ -5,7 +5,7 @@
<LangVersion>latest</LangVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageId>QsNet</PackageId>
8
- <Version>1.0.4</Version>
+ <Version>1.0.5</Version>
9
<Authors>Klemen Tusar</Authors>
10
<PackageTags>query-string; parser; encoder; qs</PackageTags>
11
<Description>A query string encoding and decoding library for C#/.NET. Ported from qs for JavaScript.</Description>
0 commit comments