Ambry Changelog
1.0.0 - 2016-07-22 (diff)
- Make ambry compatible with Rails 5
- Drop
ActiveModel::Serializers::Xmlsupport
0.3.1 - 2012-06-20 (diff)
Norman Clarke
- Remove default :main adapter in Rail initializer.
0.3.0 - 2012-03-15 (diff)
Norman Clarke
- 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)
Norman Clarke
- Add #key? to mappers and models
0.2.3 - 2011-10-07 (diff)
Norman Clarke
- Make cookie adapter's cookie name configurable
Norman Clarke
- Allow middleware to accept a Proc
- Add ability to remove an adapter
0.2.2 - 2011-09-21 (diff)
Norman Clarke
- Allow middleware to accept a Proc
- Add ability to remove an adapter
0.2.1 - 2011-09-20 (diff)
Norman Clarke
- Fix handling of attributes with falsy values
0.2.0 - 2011-09-05 (diff)
Norman Clarke
- Always create a default in-memory adapter
0.1.2 - 2011-08-29 (diff)
Norman Clarke
- Add read-only option to adapters
Luis Lavena
- Load Marshal data as binary
0.1.1 - 2011-08-24 (diff)
Esad Hajdarevic
- 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
Ignacio Carrera
- Added #last and #inspect
0.1.0 - 2011-08-18
Initial release.