Skip to content

Releases: Dronehub/minijson

v2.9

06 Aug 17:02
Compare
Choose a tag to compare
  • minor refactor: code deduplication
  • fixed some bugs with unserializing ints on other platforms than x86_64

v2.8

06 Aug 16:08
Compare
Choose a tag to compare
  • 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

06 Aug 15:42
Compare
Choose a tag to compare
  • added support for strict ordering

v2.6

01 Aug 17:20
Compare
Choose a tag to compare
  • added support for serializing and unserializing binary values

v2.5

30 Jun 13:39
Compare
Choose a tag to compare
  • added MiniJSONEncoder

v2.4

29 Jun 17:02
Compare
Choose a tag to compare
  • added argument default
  • fixing issue with serializing classes that subclass dict, list and tuple

v2.3

17 Jun 10:33
Compare
Choose a tag to compare
  • loads will now take any object that can provide it's __bytes__

v2.2

02 Jun 18:18
Compare
Choose a tag to compare
  • added support for PyPy and Python 3.5

v2.1

28 May 16:47
Compare
Choose a tag to compare
  • proofed against loading empty strings
  • Python 3.6 is supported
  • minor speed improvements

v2.0

26 May 20:05
Compare
Choose a tag to compare
  • fixed a bug with serializing uint32a
  • added support for arbitrarily large integers
  • major refactor
    • backwards compatible 100%