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