* Avoid incomplete C implementation if big_floats_as_string is True
3.12.0
* Released from travis
3.11.0
* First release of fork validjson * Add big_floats_as_string option to output "Infinity" instead of invalid Infinity
3.10.0
* Add RawJSON class to allow a faster path for already encoded JSON. https://github.com/simplejson/simplejson/pull/143
3.9.0
* Workaround for bad behavior in string subclasses https://github.com/simplejson/simplejson/issues/144 * Fix warnings flagged by -3 https://github.com/simplejson/simplejson/pull/146 * Update readthedocs documentation links https://github.com/simplejson/simplejson/pull/137 * Add build status badge to README https://github.com/simplejson/simplejson/pull/134
3.8.2
* 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. https://github.com/simplejson/simplejson/pull/130 https://github.com/simplejson/simplejson/issues/122