Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1011 Bytes

CHANGELOG.md

File metadata and controls

44 lines (24 loc) · 1011 Bytes

v0.2.1 2015-01-07

Changed

  • input params uses virtus' :strict mode by default (stevehodgkiss)

Fixed

  • rom extension is now mixed into ActionController::Base which addresses #12 (solnic)

v0.2.0 2014-12-31

Added

  • Generators for relations, mappers and commands (solnic)
  • Support for Spring and reload in development mode (solnic)

Fixed

  • Setup will be skipped when there are missing elements in the registries (solnic)

Compare v0.1.0...v0.2.0

v0.1.0 2014-12-06

Added

  • Support for loading commands (solnic)

Compare v0.0.2...v0.1.0

v0.0.2 2014-11-25

Added

  • Support for username and password in database.yml (solnic)
  • Support for more db schemes (solnic)
  • Missing runtime dep on rom gem (solnic)

Compare v0.0.1...v0.0.2

v0.0.1 2014-11-24

First public release