Commit cc8e162
committed
🔖 release v1.4.4
## 1.4.4
* [CHORE] optimize `decode` hot paths via structured-key pre-scan/bypass logic and lower-overhead default decoder dispatch
* [FIX] align `decode` edge cases with Node `qs` for mixed flat/structured keys and leading-zero bracket roots (e.g. `[01]`)
* [FIX] avoid incorrect list forcing when `[]=` appears only in the value token
* [FIX] restore Python 3.8 compatibility in `decode` by avoiding runtime subscripting of `collections.abc.Mapping`
* [CHORE] refactor `encode` traversal internals into dedicated frame/state models and constants
* [CHORE] add repeatable local benchmark snapshots for decode (`C1/C2/C3`) and deep encode traversal
* [CHORE] expand decode/utils regression coverage for collision semantics and parser compatibility paths1 parent a494b54 commit cc8e162
2 files changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
1 | 11 | | |
2 | 12 | | |
3 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments