0.07 adding in the Storable role
[gitmo/MooseX-Storage.git] / Changes
CommitLineData
e9739624 1Revision history for MooseX-Storage
e59193fb 2
124c2ba5 30.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
4747c531 11
12 * t/
13 - fixed tests in 030_with_checksum.t
14 (thanks to sartak)
15
917411c2 160.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
a7f358fb 220.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
8cd124d3 330.04 Tues. July 3, 2007
021c860a 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
b04cbd47 400.03 Wed. June 27, 2007
69b45b7d 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
bc0c5bf9 48 - fixed checksum test to skip if Digest::SHA1
49 (our default) is not available
1c6ac775 50
c86a46cc 510.02 Fri. June 8, 2007
c4a322ec 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
45d9a73c 58 * MooseX::Storage::Engine
59 - better error reporting when cycles are found
c1830046 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
45d9a73c 64
06a66732 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
7b428d1f 690.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 :)
e59193fb 72