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 d8bc2fe commit 554ea39Copy full SHA for 554ea39
CHANGELOG.md
@@ -1,6 +1,10 @@
1
+## 1.1.4
2
+
3
+* [CHORE] update readme for clarity around RFC 3986 and RFC 1738 space encoding
4
5
## 1.1.3
6
-* [FIX] list with indexes always get parsed into dict ([#19](https://github.com/techouse/qs_codec/pull/19))
7
+* [FIX] fix list with indices always getting parsed into a dict ([#19](https://github.com/techouse/qs_codec/pull/19))
8
9
## 1.1.2
10
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__ = "1.1.3"
+__version__ = "1.1.4"
from .decode import decode
from .encode import encode
0 commit comments