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 545a0d5 commit 1fdc82bCopy full SHA for 1fdc82b
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 1.2.4
2
+
3
+* [FIX] encode booleans in lowercase to match JavaScript behavior
4
+* [CHORE] add tests for boolean encoding and decoding parity
5
6
## 1.2.3
7
8
* [CHORE] add highlights section to README and docs with key features and usage notes
src/qs_codec/__init__.py
@@ -14,7 +14,7 @@
14
"""
15
16
# Package version (PEP 440). Bump in lockstep with distribution metadata.
17
-__version__ = "1.2.3"
+__version__ = "1.2.4"
18
19
from .decode import decode, load, loads
20
from .encode import dumps, encode
0 commit comments