Skip to content
This repository has been archived by the owner on Oct 6, 2019. It is now read-only.

Latest commit

 

History

History
56 lines (29 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

56 lines (29 loc) · 1.3 KB

0.5.1 2017-05-04

Changed

  • The dry-core dependency has been relaxed (flash-gordon)

Compare v0.5.0..v0.5.1

0.5.0 2017-01-29

Changed

  • Drop rom-support dependency in favor of dry-core (flash-gordon)

Compare v0.4.0..v0.5.0

v0.4.0 2016-07-27

Changed

  • Raise a meaningful exception if no coercer exists (astupka)
  • Don’t reject keys if copy_keys option is true (astupka)

Compare v0.3.0..v0.4.0

v0.3.0 2016-01-06

Added

  • Allow attribute's :from option to take an array of other attribute names (hmadison)

Changed

  • Coercer blocks are now executed in the context of the mapper object (AMHOL)

Fixed

  • model will skip excluded attributes (chastell)

Compare v0.2.0..v0.3.0

v0.2.0 2015-08-10

Import code from rom 0.8.1

Compare v0.1.1..v0.2.0

v0.1.1 2013-09-02

  • [internal] Moved version file to rom/mapper/version (solnic)

Compare v0.1.0..v0.1.1

v0.1.0 2013-08-23

First public release