- 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._
1.12.1
synced python version number with release travis ci config updates
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
1.11.2
packaging changes: maven central, nuget.org
1.11
support for Float INF/-INF/NaN support for trailing commas in dict, list, tuple, set
1.10
Support for timezones in serializing dates and times added. .NET version accepts DateTimeOffset objects. Performance improvements in the Python version.