adjusting versions and adding to changelog
[gitmo/MooseX-Storage.git] / Changes
1 Revision history for MooseX-Storage
2
3 0.14
4     * MooseX::Storage::Engine
5       - cycles are now tracked by refaddr instead 
6         of stringified object, which broke for any
7         overloaded objects (Thanks to Jonathan Rockway)
8
9 0.13 Sat. May 24, 2008
10     * MooseX::Storage::Engine
11       - added find_type_handler_for($name) method 
12         to make finding type handlers easier
13       - improved error messages
14
15     ~ removed Build.PL since Module::Install
16       no longer supports it
17
18 0.12 Fri. March 14, 2008
19
20     - added build_requires for Test::Deep (awwaiid)
21     - upped the Moose dependency to support the custom
22       meta-attribute-traits
23     
24     * t/
25       - fixing all the tests to properly skip if optional 
26         features are not being used, this should help get
27         rid of all our CPANtester failures
28         - tested against 5.10 as well
29     
30     * MooseX::Storage::Engine
31       MooseX::Storage::Meta::Attribute::DoNotSerialize
32       MooseX::Storage::Meta::Attribute::Trait::DoNotSerialize
33       - adding meta-attribute-trait support for 
34         DoNotSerialize
35         - added tests for this
36
37 0.11 Thurs. Jan. 10, 2008
38
39     - upped the Test::JSON dependency 
40       so that we use the version that 
41       supports JSON::Any
42     - upped the JSON::Any requirement 
43     - minor test cleanups to handle
44       optional dependencies better
45
46     * MooseX::Storage::Engine
47       - the numbers now have to numify (+0) in the 
48         expand/collapse so that certain JSON engines
49         will not choke on them
50
51 0.10 Thurs. Jan. 10, 2008
52     ~~ updated copyright information ~~
53
54     * MooseX::Storage::Deferred
55       - added this role, which allows you to wait until
56         you actually call a method to determine what 
57         formatter and/or IO engine you want to use
58         - added tests for this
59
60 0.09 Tue. Oct. 23, 2007
61     * MooseX::Storage::Util
62       - added support to deal with utf8 strings correctly
63       
64     * MooseX::Storage::Engine::File
65       MooseX::Storage::Engine::AtomicFile
66       - fixed utf8 handling when storing string
67         - added tests for this
68      
69     * t/
70       - added an extra test for the utf8 handling
71     
72     * Change build system to Module::Install
73
74 0.08 Wed. Oct. 10, 2007
75     * MooseX::Storage::Format::JSON
76       - added support to deal with utf8 strings correctly
77
78 0.07 Thurs. Sept. 27, 2007
79     + MooseX::Storage::Format::Storable
80       - this will use Storable to freeze/thaw objects
81         - added tests for this
82     
83     + MooseX::Storage::IO::StorableFile
84       - this will use Storable to load/store objects    
85         - added tests for this
86
87     * t/
88       - fixed tests in 030_with_checksum.t
89         (thanks to sartak)
90
91 0.06 Tues. Aug. 7, 2007
92     * MooseX::Storage::Engine
93       - added the Bool type and fixed a few bugs
94         that it exposed (thanks to Sartak)
95         - added tests for this
96
97 0.05 Sun. July 15. 2007
98     * MooseX::Storage::Base::WithChecksum
99       - Fixed minor issue where the WithChecksum would 
100         choke with a bad checksum due to odd Data::Dumper
101         output.
102     
103     * t/
104       - forced JSON::Any in the basic JSON tests to use 
105         JSON.pm since this is what Test::JSON uses and 
106         subtle (and annoying) issues can arise.
107
108 0.04 Tues. July 3, 2007
109     * MooseX::Storage::Util
110         - made this more robust when it tries
111           to use YAML and JSON loaders and fails
112           to find one
113             - fixed tests to reflect this
114
115 0.03 Wed. June 27, 2007
116     * MooseX::Storage::Util
117         - this is a collection of useful tools 
118           for working with MooseX::Storage data
119             - added docs and test
120
121     * t/
122         - added test for a custom type handler
123         - fixed checksum test to skip if Digest::SHA1 
124           (our default) is not available
125
126 0.02 Fri. June 8, 2007
127     * MooseX::Storage::Base::WithChecksum
128       - added a simple base role which makes a checksum of 
129         the data structure before packing, and checks the
130         checksum before unpacking.
131         - added tests for this
132
133     * MooseX::Storage::Engine
134       - better error reporting when cycles are found
135       - class names are now stored as the full identifier
136         (<class>-<version>-<authority>) and are checked
137         when they are expanded.
138         - added docs and tests for this
139
140     * MooseX::Storage::Engine::IO::(AtomicFile, File)
141       - added checks to make sure the file gets opened correctly
142         and dies if it does not.
143
144 0.01  Mon. April 30, 2007
145     This was Chris's idea originally (blame him), and 
146     we expanded on it to create what you see here :)
147