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