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