some changelog tweaks and shit
[gitmo/MooseX-Storage.git] / Changes
CommitLineData
e9739624 1Revision history for MooseX-Storage
e59193fb 2
399f3500 30.09 Tue. Oct. 23, 2007
6f491fae 4 * MooseX::Storage::Util
5 - added support to deal with utf8 strings correctly
6237d568 6
7 * MooseX::Storage::Engine::File
8 MooseX::Storage::Engine::AtomicFile
9 - fixed utf8 handling when storing string
10 - added tests for this
9740e0b7 11
12 * t/
9237d6b4 13 - added an extra test for the utf8 handling
399f3500 14
15 * Change build system to Module::Install
6f491fae 16
170.08 Wed. Oct. 10, 2007
6c9f2c85 18 * MooseX::Storage::Format::JSON
19 - added support to deal with utf8 strings correctly
20
124c2ba5 210.07 Thurs. Sept. 27, 2007
22 + MooseX::Storage::Format::Storable
23 - this will use Storable to freeze/thaw objects
24 - added tests for this
25
26 + MooseX::Storage::IO::StorableFile
27 - this will use Storable to load/store objects
28 - added tests for this
4747c531 29
30 * t/
31 - fixed tests in 030_with_checksum.t
32 (thanks to sartak)
33
917411c2 340.06 Tues. Aug. 7, 2007
35 * MooseX::Storage::Engine
36 - added the Bool type and fixed a few bugs
37 that it exposed (thanks to Sartak)
38 - added tests for this
39
a7f358fb 400.05 Sun. July 15. 2007
41 * MooseX::Storage::Base::WithChecksum
42 - Fixed minor issue where the WithChecksum would
43 choke with a bad checksum due to odd Data::Dumper
44 output.
45
46 * t/
47 - forced JSON::Any in the basic JSON tests to use
48 JSON.pm since this is what Test::JSON uses and
49 subtle (and annoying) issues can arise.
50
8cd124d3 510.04 Tues. July 3, 2007
021c860a 52 * MooseX::Storage::Util
53 - made this more robust when it tries
54 to use YAML and JSON loaders and fails
55 to find one
56 - fixed tests to reflect this
57
b04cbd47 580.03 Wed. June 27, 2007
69b45b7d 59 * MooseX::Storage::Util
60 - this is a collection of useful tools
61 for working with MooseX::Storage data
62 - added docs and test
63
64 * t/
65 - added test for a custom type handler
bc0c5bf9 66 - fixed checksum test to skip if Digest::SHA1
67 (our default) is not available
1c6ac775 68
c86a46cc 690.02 Fri. June 8, 2007
c4a322ec 70 * MooseX::Storage::Base::WithChecksum
71 - added a simple base role which makes a checksum of
72 the data structure before packing, and checks the
73 checksum before unpacking.
74 - added tests for this
75
45d9a73c 76 * MooseX::Storage::Engine
77 - better error reporting when cycles are found
c1830046 78 - class names are now stored as the full identifier
79 (<class>-<version>-<authority>) and are checked
80 when they are expanded.
81 - added docs and tests for this
45d9a73c 82
06a66732 83 * MooseX::Storage::Engine::IO::(AtomicFile, File)
84 - added checks to make sure the file gets opened correctly
85 and dies if it does not.
86
7b428d1f 870.01 Mon. April 30, 2007
88 This was Chris's idea originally (blame him), and
89 we expanded on it to create what you see here :)
e59193fb 90