8000 Releases · irmen/Serpent · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: irmen/Serpent

release 1.13

20 Jun 21:37
Compare
Choose a tag to compare
  • 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

22 Dec 13:38
Compare
Choose a tag to compare

synced python version number with release
travis ci config updates

release 1.12

08 Aug 18:33
Compare
Choose a tag to compare

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

10 Jun 00:42
Compare
Choose a tag to compare

packaging changes: maven central, nuget.org

release 1.11

19 May 22:27
Compare
Choose a tag to compare

support for Float INF/-INF/NaN
support for trailing commas in dict, list, tuple, set

release 1.10

18 Apr 19:40
Compare
Choose a tag to compare

Support for timezones in serializing dates and times added.
.NET version accepts DateTimeOffset objects.
Performance improvements in the Python version.

release 1.9

03 Mar 21:04
Compare
Choose a tag to compare

Support for datatypes from the collections module from python's standard library, such as OrderedDict

release 1.8

08 Jan 22:15
Compare
Choose a tag to compare

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

06 Jul 23:10
Compare
Choose a tag to compare

set_literals argument now defaults to True if the python version supports it (>=3.2), and False otherwise.

release 1.5

11 Apr 22:40
Compare
Choose a tag to compare

Android compatibility.

Option to add namespace/package prefix to class names in serialized data. Default=off.

0