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