Releases: Dronehub/minijson
Releases · Dronehub/minijson
v2.9
v2.8
- serializing a dict without :code:
use_strict_order
won't construct a list of it's items,
allowing you to serialize large dictionaries
v2.7
- added support for strict ordering
v2.6
- added support for serializing and unserializing binary values
v2.5
- added
MiniJSONEncoder
v2.4
- added argument default
- fixing issue with serializing classes that subclass dict, list and tuple
v2.3
- loads will now take any object that can provide it's
__bytes__
v2.2
- added support for PyPy and Python 3.5
v2.1
- proofed against loading empty strings
- Python 3.6 is supported
- minor speed improvements
v2.0
- fixed a bug with serializing uint32a
- added support for arbitrarily large integers
- major refactor
- backwards compatible 100%