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