Sha256: 4aed4a0011d7e7f42c121c2226e6345af60835c894252edd0c50ca3d2832f182

Contents?: true

Size: 1.04 KB

Versions: 1

Compression:

Stored size: 1.04 KB

Contents

= DirtyHashy CHANGELOG

== Version 0.2.0 (January 4, 2011)

* Extracted DirtyHashy implementation to Dirty::Hash
* Renamed DirtyAttributes to Dirty::Attributes
* Inheriting DirtyHashy from Hash instead of HashWithIndifferentAccess on request of @technoweenie
* Introducing DirtyIndifferentHashy which is the previously known DirtyHashy

== Version 0.1.3 (December 24, 2011)

* Fixed incorrect regular expressions within dirty_map!

== Version 0.1.2 (December 24, 2011)

* Moved restricted keys logic from MethodMap to DirtyHash and thus being able to restrict keys of a DirtyHashy without dirty mapping ^^
* Corrected DirtyHashy.replace and DirtyHashy.clear in order to dirty track involved changes
* Improved :attributes= implementation within DirtyAttributes

== Version 0.1.1 (December 24, 2011)

* Added convenience methods (with MethodMap) like +name+, +name=+, +name_changed?+, +name_was+ and +name_change+
* Added DirtyAttributes with which you can implement dirty tracking within objects (models)

== Version 0.1.0 (December 22, 2011)

* Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dirty_hashy-0.2.0 CHANGELOG.rdoc