forked from mbleigh/mash
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHistory.txt
More file actions
26 lines (17 loc) · 745 Bytes
/
History.txt
File metadata and controls
26 lines (17 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
=== 0.0.5 / 2008-04-29
* [bugfix] Mashes do not infinite loop when initialized with another Mash.
=== 0.0.4 / 2008-04-25
* Setting up for GitHub gem hosting instead of Rubyforge.
=== 0.0.3 / 2008-04-19
* [] no longer defaults to a new Mash, will return nil if
* Attribute-esque method names will yield the default value if not set
* Hash extended with #to_mash and #stringify_keys
* Added #dup and #deep_merge
* Aliased the default Hash methods so they are still accessible
* Cleaned up the recursive conversion process
=== 0.0.2 / 2008-04-12
* Added bang(!) method support
* No longer automatically multi-level assigning
* Hash conversion now calls methods instead of []= to allow for overrides
=== 0.0.1 / 2008-04-12
* Initial release