Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1003 Bytes

CHANGELOG.md

File metadata and controls

34 lines (22 loc) · 1003 Bytes

Changelog

This project follows semantic versioning.

Possible log types:

  • [added] for new features.
  • [changed] for changes in existing functionality.
  • [deprecated] for once-stable features removed in upcoming releases.
  • [removed] for deprecated features removed in this release.
  • [fixed] for any bug fixes.
  • [security] to invite users to upgrade in case of vulnerabilities.
  • ...

0.2.0 - 2017-04-07

  • [added] Add omit option to exclude fields (#11)
  • [fixed] Make it work properly with nested serializers (#8, #10)

0.1.1 - 2016-10-16

  • [fixed] Make it work in an unit test environment (#2)

0.1.0 - 2016-09-30

  • Initial release