adding in some basic change info
[gitmo/MooseX-Storage.git] / Changes
1 Revision history for MooseX-Storage
2
3 0.08
4     * MooseX::Storage::Format::JSON
5       - added support to deal with utf8 strings correctly
6
7 0.07 Thurs. Sept. 27, 2007
8     + MooseX::Storage::Format::Storable
9       - this will use Storable to freeze/thaw objects
10         - added tests for this
11     
12     + MooseX::Storage::IO::StorableFile
13       - this will use Storable to load/store objects    
14         - added tests for this
15
16     * t/
17       - fixed tests in 030_with_checksum.t
18         (thanks to sartak)
19
20 0.06 Tues. Aug. 7, 2007
21     * MooseX::Storage::Engine
22       - added the Bool type and fixed a few bugs
23         that it exposed (thanks to Sartak)
24         - added tests for this
25
26 0.05 Sun. July 15. 2007
27     * MooseX::Storage::Base::WithChecksum
28       - Fixed minor issue where the WithChecksum would 
29         choke with a bad checksum due to odd Data::Dumper
30         output.
31     
32     * t/
33       - forced JSON::Any in the basic JSON tests to use 
34         JSON.pm since this is what Test::JSON uses and 
35         subtle (and annoying) issues can arise.
36
37 0.04 Tues. July 3, 2007
38     * MooseX::Storage::Util
39         - made this more robust when it tries
40           to use YAML and JSON loaders and fails
41           to find one
42             - fixed tests to reflect this
43
44 0.03 Wed. June 27, 2007
45     * MooseX::Storage::Util
46         - this is a collection of useful tools 
47           for working with MooseX::Storage data
48             - added docs and test
49
50     * t/
51         - added test for a custom type handler
52         - fixed checksum test to skip if Digest::SHA1 
53           (our default) is not available
54
55 0.02 Fri. June 8, 2007
56     * MooseX::Storage::Base::WithChecksum
57       - added a simple base role which makes a checksum of 
58         the data structure before packing, and checks the
59         checksum before unpacking.
60         - added tests for this
61
62     * MooseX::Storage::Engine
63       - better error reporting when cycles are found
64       - class names are now stored as the full identifier
65         (<class>-<version>-<authority>) and are checked
66         when they are expanded.
67         - added docs and tests for this
68
69     * MooseX::Storage::Engine::IO::(AtomicFile, File)
70       - added checks to make sure the file gets opened correctly
71         and dies if it does not.
72
73 0.01  Mon. April 30, 2007
74     This was Chris's idea originally (blame him), and 
75     we expanded on it to create what you see here :)
76