Commit b01db9f
committed
🔖 release v1.0.4
## 1.0.4
* [FIX] optimize Encoder by caching sequence materialization and reducing allocations
* [FIX] improve Encoder performance by reducing allocations and optimizing key extraction for collections and dictionaries
* [FIX] optimize dictionary traversal by replacing nested ifs with guard clauses in Utils
* [FIX] optimize Decoder by reducing allocations and improving parameter limit handling
* [FIX] optimize Utils by reducing allocations and improving collection handling
* [FIX] optimize Qs by reducing allocations and improving collection handling
* [FIX] optimize Decoder by reducing allocations and improving string handling
* [FIX] optimize Encoder by reducing allocations and improving collection handling
* [FIX] optimize SideChannelFrame by reducing allocations and improving map handling
* [FIX] optimize HexTable by generating percent-encoded strings programmatically to reduce allocations
* [FIX] optimize HexTable by using string.Create on supported frameworks to reduce allocations
* [FIX] optimize Decoder by delaying StringBuilder allocation in JoinAsCommaSeparatedStrings to reduce memory usage
* [FIX] optimize ConvertNestedDictionary by reducing type checks and improving traversal for dictionaries and lists
* [CHORE] add documentation to ConvertNestedDictionary and ReferenceEqualityComparer for improved code clarity
* [CHORE] reformat conditional and loop blocks for improved readability in Utils
* [CHORE] reformat switch statement for improved readability in Utils
* [CHORE] add unit test for ToStringKeyDeepNonRecursive to verify conversion of nested lists and dictionaries1 parent 6637bcf commit b01db9f
2 files changed
+21
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
1 | 21 | | |
2 | 22 | | |
3 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments