Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 3.8.2 released 2016-02-14 * Fix implicit cast compiler warning in _speedups.c * simplejson is now available as wheels for OS X and Windows thanks to Travis-CI and AppVeyor respectively! Many thanks to @aebrahim for getting this party started. simplejson/simplejson#130 simplejson/simplejson#122 Version 3.8.1 released 2015-10-27 * Fix issue with iterable_as_array and indent option simplejson/simplejson#128 * Fix typo in keyword argument name introduced in 3.8.0 simplejson/simplejson#123 Version 3.8.0 released 2015-07-18 * New iterable_as_array encoder option to perform lazy serialization of any iterable objects, without having to convert to tuple or list. Version 3.7.3 released 2015-05-31 * Fix typo introduced in 3.7.0 (behavior should be indistinguishable) simplejson/simplejson@e18cc09#commitcomment-11443842 Version 3.7.2 released 2015-05-22 * Do not cache Decimal class in encoder, only reference the decimal module. This may make reload work in more common scenarios. Version 3.7.1 released 2015-05-18 * Fix compilation with MSVC simplejson/simplejson#119 Version 3.7.0 released 2015-05-18 * simplejson no longer trusts custom str/repr methods for int, long, float subclasses. These instances are now formatted as if they were exact instances of those types. simplejson/simplejson#118
- Loading branch information