Skip to content

Commit 5ea801d

Browse files
committed
🔖 release v1.0.7
## 1.0.7 * [FIX] fix degenerate bracket and dot parsing in `Decoder` for edge cases and parity * [CHORE] add tests for top-level dot handling, depth remainder, and unterminated bracket cases in `Decoder` * [CHORE] add tests for `SplitKeyIntoSegments` remainder and strict depth handling * [CHORE] add tests for double dot and encoded bracket handling in `Decoder` with dot options
1 parent 01b921b commit 5ea801d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.0.7
2+
3+
* [FIX] fix degenerate bracket and dot parsing in `Decoder` for edge cases and parity
4+
* [CHORE] add tests for top-level dot handling, depth remainder, and unterminated bracket cases in `Decoder`
5+
* [CHORE] add tests for `SplitKeyIntoSegments` remainder and strict depth handling
6+
* [CHORE] add tests for double dot and encoded bracket handling in `Decoder` with dot options
7+
18
## 1.0.6
29

310
* [FIX] remove unused regex for dot-to-bracket key parsing in Decoder

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.6</Version>
8+
<Version>1.0.7</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)