- [FIX]
decode
: avoid a crash withcomma=True
,charset=Charset.LATIN1
,interpret_numeric_entities=True
- [CHORE] add more tests
- [FEAT] add
DecodeOptions.strict_depth
option to throw when input is beyond depth (#8)
- [FIX] fix
decode
output when bothstrict_null_handling
andallow_empty_lists
are set toTrue
(#5)
- [CHORE] update documentation
- [CHORE] first stable release
- [FEAT]
decode
returnsdict[str, Any]
instead ofdict
(#4) - [FIX] fix decoding encoded square brackets in key names
- [CHORE] update dependencies
- [CHORE] update dependencies
- [CHORE] update README
- [CHORE] update README with links to documentation
- [CHORE] added Sphinx documentation
- [FIX] incorrect parsing of nested params with closing square bracket
]
in the property name (#1)
- [CHORE] update README.md
- [CHORE] add comparison test between output of qs_codec and qs
- [CHORE] minor improvements
- [CHORE] update README.md
- [CHORE] initial release