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