Releases: techouse/qs_codec
Releases · techouse/qs_codec
1.0.5
1.0.5
- [FEAT] add
DecodeOptions.raise_on_limit_exceededoption (#11) - [CHORE] remove dead code in
Utils - [CHORE] add more tests
- [CHORE] update dependencies
1.0.4
1.0.4
- [FIX]
decode: avoid a crash withcomma=True,charset=Charset.LATIN1,interpret_numeric_entities=True - [CHORE] add more tests
1.0.3
1.0.3
- [FEAT] add
DecodeOptions.strict_depthoption to throw when input is beyond depth (#8)
1.0.2
1.0.2
- [FIX] fix
decodeoutput when bothstrict_null_handlingandallow_empty_listsare set toTrue(#5)
1.0.1
1.0.0
0.2.2
0.2.2
- [FEAT]
decodereturnsdict[str, Any]instead ofdict(#4) - [FIX] fix decoding encoded square brackets in key names