Releases: irmen/Serpent
release 1.13
- able to serialize dict_keys/dict_values/dict_items directly into list
- py36 added to tox test env
note: This is a Python-only release, the Java and .NET libs have not been updated.
release 1.12.1
synced python version number with release
travis ci config updates
release 1.12
fixed major performance problem when parsing numbers from long lists
fixed java test case naming that prevented a set of testcases to be ran via maven test
release 1.11.2
packaging changes: maven central, nuget.org
release 1.11
support for Float INF/-INF/NaN
support for trailing commas in dict, list, tuple, set
release 1.10
Support for timezones in serializing dates and times added.
.NET version accepts DateTimeOffset objects.
Performance improvements in the Python version.
release 1.9
Support for datatypes from the collections module from python's standard library, such as OrderedDict
release 1.8
register_class is now thread safe
Note: the rest of the serializer isn't and never will be - you still have to take care when serializing data that is also used in other threads
release 1.6
set_literals argument now defaults to True if the python version supports it (>=3.2), and False otherwise.
release 1.5
Android compatibility.
Option to add namespace/package prefix to class names in serialized data. Default=off.