Skip to content

Latest commit

 

History

History
63 lines (34 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

63 lines (34 loc) · 1.4 KB

1.0.4

  • [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)

1.0.2

  • [FIX] fix decode output when both strict_null_handling and allow_empty_lists are set to True (#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)
  • [FIX] fix decoding encoded square brackets in key names

0.2.1

  • [CHORE] update dependencies

0.2.0

  • [CHORE] update dependencies
  • [CHORE] update README

0.1.6

0.1.5

0.1.4

  • [FIX] incorrect parsing of nested params with closing square bracket ] in the property name (#1)

0.1.3

  • [CHORE] update README.md
  • [CHORE] add comparison test between output of qs_codec and qs

0.1.2

  • [CHORE] minor improvements

0.1.1

  • [CHORE] update README.md

0.1.0

  • [CHORE] initial release