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