Skip to content

Commit 94a538d

Browse files
committed
🔖 release v1.0.6
## 1.0.6 * [FIX] remove unused regex for dot-to-bracket key parsing in Decoder * [FIX] use Sentinel encoding methods for charset detection in query serialization * [CHORE] refactor boolean serialization to use switch expression in Encoder * [CHORE] update documentation of `EncodeOptions` and `DecodeOptions` * [CHORE] refactor test lambdas to discard unused parameters and simplify logic * [CHORE] refactor test data sources to use strongly-typed TheoryData and EndToEndTestCase
1 parent da525cb commit 94a538d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.0.6
2+
3+
* [FIX] remove unused regex for dot-to-bracket key parsing in Decoder
4+
* [FIX] use Sentinel encoding methods for charset detection in query serialization
5+
* [CHORE] refactor boolean serialization to use switch expression in Encoder
6+
* [CHORE] update documentation of `EncodeOptions` and `DecodeOptions`
7+
* [CHORE] refactor test lambdas to discard unused parameters and simplify logic
8+
* [CHORE] refactor test data sources to use strongly-typed TheoryData and EndToEndTestCase
9+
110
## 1.0.5
211

312
* [FEAT] add key-aware decoding to the query string parser

QsNet/QsNet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<LangVersion>latest</LangVersion>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<PackageId>QsNet</PackageId>
8-
<Version>1.0.5</Version>
8+
<Version>1.0.6</Version>
99
<Authors>Klemen Tusar</Authors>
1010
<PackageTags>query-string; parser; encoder; qs</PackageTags>
1111
<Description>A query string encoding and decoding library for C#/.NET. Ported from qs for JavaScript.</Description>

0 commit comments

Comments
 (0)