Skip to content

Latest commit

 

History

History
87 lines (45 loc) · 2.98 KB

Changelog.md

File metadata and controls

87 lines (45 loc) · 2.98 KB

Ambry Changelog

1.0.0 - 2016-07-22 (diff)

  • Make ambry compatible with Rails 5
  • Drop ActiveModel::Serializers::Xml support

0.3.1 - 2012-06-20 (diff)

  • Remove default :main adapter in Rail initializer.

0.3.0 - 2012-03-15 (diff)

  • Don't raise from finds using hash proxy when a key has a falsy value
  • Remove cookie adapter; keep Ambry focused on its core mission.
  • Fixed bug which allowed invalid records to be saved with Active Model. Thanks Tute Costa for reporting.

0.2.4 - 2011-10-07 (diff)

  • Add #key? to mappers and models

0.2.3 - 2011-10-07 (diff)

  • Make cookie adapter's cookie name configurable
  • Allow middleware to accept a Proc
  • Add ability to remove an adapter

0.2.2 - 2011-09-21 (diff)

  • Allow middleware to accept a Proc
  • Add ability to remove an adapter

0.2.1 - 2011-09-20 (diff)

  • Fix handling of attributes with falsy values

0.2.0 - 2011-09-05 (diff)

  • Always create a default in-memory adapter

0.1.2 - 2011-08-29 (diff)

  • Add read-only option to adapters
  • Load Marshal data as binary

0.1.1 - 2011-08-24 (diff)

  • Allow attribute keys to be strings
  • Pass key as attribute when loading database. This allows you to avoid specifying the key twice when manually editing a YAML file.
  • Remove use of String#blank? to avoid depending on Active Support
  • Added #last and #inspect

0.1.0 - 2011-08-18

Initial release.