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