Releases: techouse/qs
Releases · techouse/qs
1.3.0
1.3.0
- [FEAT] add
DecodeOptions.throwOnLimitExceeded
option (#26) - [CHORE] remove dead code in
Utils
- [CHORE] add more tests
- [CHORE] update dependencies
1.2.4
1.2.3
1.2.3
- [FIX]
QS.decode
: avoid a crash withinterpretNumericEntities: true
,comma: true
, andcharset: latin1
- [CHORE] add more tests
1.2.2
1.2.2
- [FEAT] add
DecodeOptions.strictDepth
option to throw when input is beyond depth (#22)
1.2.1
1.2.1
- [FIX] Fix
QS.decode
output when bothstrictNullHandling
andallowEmptyLists
are set totrue
(#21)
1.2.0
1.1.0
1.1.0
- [FEAT]
DateSerializer
now returnsString
ornull
- [CHORE] add more tests
1.0.10
1.0.9
1.0.9
- [FIX] incorrect parsing of nested params with closing square bracket
]
in the property name (#12)