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