adding in a utf8 test
[gitmo/MooseX-Storage.git] / Changes
CommitLineData
e9739624 1Revision history for MooseX-Storage
e59193fb 2
6f491fae 30.09
4 * MooseX::Storage::Util
5 - added support to deal with utf8 strings correctly
9740e0b7 6
7 * t/
8 - added a test for the utf8 handling
6f491fae 9
100.08 Wed. Oct. 10, 2007
6c9f2c85 11 * MooseX::Storage::Format::JSON
12 - added support to deal with utf8 strings correctly
13
124c2ba5 140.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
4747c531 22
23 * t/
24 - fixed tests in 030_with_checksum.t
25 (thanks to sartak)
26
917411c2 270.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
a7f358fb 330.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
8cd124d3 440.04 Tues. July 3, 2007
021c860a 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
b04cbd47 510.03 Wed. June 27, 2007
69b45b7d 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
bc0c5bf9 59 - fixed checksum test to skip if Digest::SHA1
60 (our default) is not available
1c6ac775 61
c86a46cc 620.02 Fri. June 8, 2007
c4a322ec 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
45d9a73c 69 * MooseX::Storage::Engine
70 - better error reporting when cycles are found
c1830046 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
45d9a73c 75
06a66732 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
7b428d1f 800.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 :)
e59193fb 83