We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1740271 commit 867c82eCopy full SHA for 867c82e
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.1.4
2
+
3
+* [FIX] incorrect parsing of nested params with closing square bracket `]` in the property name ([#1](https://github.com/techouse/qs_codec/pull/1))
4
5
## 0.1.3
6
7
* [CHORE] update README.md
src/qs_codec/__init__.py
@@ -1,6 +1,6 @@
"""A query string encoding and decoding library for Python. Ported from qs_codec for JavaScript."""
-__version__ = "0.1.3"
+__version__ = "0.1.4"
from .decode import decode
from .encode import encode
0 commit comments