0.05
[gitmo/MooseX-Storage.git] / Changes
CommitLineData
e9739624 1Revision history for MooseX-Storage
e59193fb 2
a7f358fb 30.05 Sun. July 15. 2007
4 * MooseX::Storage::Base::WithChecksum
5 - Fixed minor issue where the WithChecksum would
6 choke with a bad checksum due to odd Data::Dumper
7 output.
8
9 * t/
10 - forced JSON::Any in the basic JSON tests to use
11 JSON.pm since this is what Test::JSON uses and
12 subtle (and annoying) issues can arise.
13
8cd124d3 140.04 Tues. July 3, 2007
021c860a 15 * MooseX::Storage::Util
16 - made this more robust when it tries
17 to use YAML and JSON loaders and fails
18 to find one
19 - fixed tests to reflect this
20
b04cbd47 210.03 Wed. June 27, 2007
69b45b7d 22 * MooseX::Storage::Util
23 - this is a collection of useful tools
24 for working with MooseX::Storage data
25 - added docs and test
26
27 * t/
28 - added test for a custom type handler
bc0c5bf9 29 - fixed checksum test to skip if Digest::SHA1
30 (our default) is not available
1c6ac775 31
c86a46cc 320.02 Fri. June 8, 2007
c4a322ec 33 * MooseX::Storage::Base::WithChecksum
34 - added a simple base role which makes a checksum of
35 the data structure before packing, and checks the
36 checksum before unpacking.
37 - added tests for this
38
45d9a73c 39 * MooseX::Storage::Engine
40 - better error reporting when cycles are found
c1830046 41 - class names are now stored as the full identifier
42 (<class>-<version>-<authority>) and are checked
43 when they are expanded.
44 - added docs and tests for this
45d9a73c 45
06a66732 46 * MooseX::Storage::Engine::IO::(AtomicFile, File)
47 - added checks to make sure the file gets opened correctly
48 and dies if it does not.
49
7b428d1f 500.01 Mon. April 30, 2007
51 This was Chris's idea originally (blame him), and
52 we expanded on it to create what you see here :)
e59193fb 53