Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 639 Bytes

CHANGELOG.md

File metadata and controls

27 lines (20 loc) · 639 Bytes

Changelog

[Unreleased]

  • Added json_underscoreize to CamelCaseJSONParser as class attribute to support variables with and without an underscore before a number in the same project
  • Fixed import of six in combination with DRF 3.10

[0.2.3]

Fixed

  • Fixed missing CHANGELOG.md in package on pypi

[0.2.2]

Changed

  • Update README

Removed

  • Old README.rst and HISTORY.rst

[0.2.1]

Added

  • Support for generators and other iterables
  • JSON_UNDERSCOREIZE option to change behaviour of underscoize function

Changed

  • Changed name of the package and README

[0.1.0] - 2013-12-20

  • First release on PyPI.