Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

52 lines (34 loc) · 1.66 KB

Change Log

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.

3.1.1 [2018-05-06]

  • support dry-initializer v3+ (nepalez)

3.1.0 [2018-02-12]

  • support ActiveRecord::Relation in models (nepalez)

    param :user, model: User.where(active: true)

3.0.0 [2018-02-01]

Changed

  • take nil as is without trying to find a record (nepalez)
  • raise ActiveRecord::RecordNotFound in case of absent key (nepalez)

2.0.0 [2018-02-01]

Update dependency to dry-initializer v2.4+ (nepalez)

1.0.0 [2017-01-28]

Update dependency to dry-initializer v1.1+ (nepalez)

0.0.3 [2016-07-17]

Update dependency to dry-initializer v0.4+ (nepalez)

0.0.2 [2016-05-19]

Update dependency to dry-initializer v0.3+ (nepalez)

0.0.1 [2016-05-16]

First public release