Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 804 Bytes

CHANGELOG.md

File metadata and controls

39 lines (21 loc) · 804 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

2.0.2 - 2016-12-18

Added

  • This changelog.

Changed

  • Relaxed ecto dependency to 2.0 and elixir >=1.3

    Thanks @lasseebert (#16)

2.0.1 - 2016-07-11

Added

  • Support for ecto 2.0

Changed

  • to_map now only returns the submitted keys and keys with default values.

    Thanks @lasseebert (#10)