Releases: techouse/qs_codec
Releases · techouse/qs_codec
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_depth
option to throw when input is beyond depth (#8)
1.0.2
1.0.2
- [FIX] fix
decode
output when bothstrict_null_handling
andallow_empty_lists
are set toTrue
(#5)
1.0.1
1.0.0
0.2.2
0.2.2
- [FEAT]
decode
returnsdict[str, Any]
instead ofdict
(#4) - [FIX] fix decoding encoded square brackets in key names