Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 526 Bytes

CHANGELOG.md

File metadata and controls

17 lines (10 loc) · 526 Bytes

1.2.0

  • Add has_attribute? method to conform to AR interface (#9)

1.1.0

  • Add support for parsing date params in ISO format (YYYY-MM-DD)

1.0.0

  • Add support for file attributes (Thanks @haihappen).

0.0.3

  • Added simplecov (Thanks @colszowka)
  • Fixed a bug where passing in ' ' to string attributes lead to RuntimeErrors. (Thanks again @colszowka) #4