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