* [FIX] `decode`: avoid a crash with `comma=True`, `charset=Charset.LATIN1`, `interpret_numeric_entities=True` * [CHORE] add more tests
1.0.3
* [FEAT] add `DecodeOptions.strict_depth` option to throw when input is beyond depth ([8](https://github.com/techouse/qs_codec/pull/8))
1.0.2
* [FIX] fix `decode` output when both `strict_null_handling` and `allow_empty_lists` are set to `True` ([5](https://github.com/techouse/qs_codec/pull/5))
1.0.1
* [CHORE] update documentation
1.0.0
* [CHORE] first stable release
0.2.2
* [FEAT] `decode` returns `dict[str, Any]` instead of `dict` ([4](https://github.com/techouse/qs_codec/pull/4)) * [FIX] fix decoding encoded square brackets in key names