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