adjusting versions and adding to changelog
[gitmo/MooseX-Storage.git] / Changes
CommitLineData
e9739624 1Revision history for MooseX-Storage
e59193fb 2
df7bb436 30.14
4 * MooseX::Storage::Engine
5 - cycles are now tracked by refaddr instead
6 of stringified object, which broke for any
7 overloaded objects (Thanks to Jonathan Rockway)
8
6d0abbe8 90.13 Sat. May 24, 2008
3defafb9 10 * MooseX::Storage::Engine
11 - added find_type_handler_for($name) method
12 to make finding type handlers easier
13 - improved error messages
14
6d0abbe8 15 ~ removed Build.PL since Module::Install
16 no longer supports it
17
4fa64e86 180.12 Fri. March 14, 2008
eaa26357 19
20 - added build_requires for Test::Deep (awwaiid)
4fa64e86 21 - upped the Moose dependency to support the custom
22 meta-attribute-traits
23
24 * t/
25 - fixing all the tests to properly skip if optional
26 features are not being used, this should help get
27 rid of all our CPANtester failures
28 - tested against 5.10 as well
29
04990d7a 30 * MooseX::Storage::Engine
31 MooseX::Storage::Meta::Attribute::DoNotSerialize
4fa64e86 32 MooseX::Storage::Meta::Attribute::Trait::DoNotSerialize
33 - adding meta-attribute-trait support for
34 DoNotSerialize
35 - added tests for this
eaa26357 36
cfee09ad 370.11 Thurs. Jan. 10, 2008
38
39 - upped the Test::JSON dependency
40 so that we use the version that
41 supports JSON::Any
42 - upped the JSON::Any requirement
43 - minor test cleanups to handle
44 optional dependencies better
45
46 * MooseX::Storage::Engine
47 - the numbers now have to numify (+0) in the
48 expand/collapse so that certain JSON engines
49 will not choke on them
50
510.10 Thurs. Jan. 10, 2008
1f3074ea 52 ~~ updated copyright information ~~
53
54 * MooseX::Storage::Deferred
55 - added this role, which allows you to wait until
56 you actually call a method to determine what
57 formatter and/or IO engine you want to use
58 - added tests for this
59
399f3500 600.09 Tue. Oct. 23, 2007
6f491fae 61 * MooseX::Storage::Util
62 - added support to deal with utf8 strings correctly
6237d568 63
64 * MooseX::Storage::Engine::File
65 MooseX::Storage::Engine::AtomicFile
66 - fixed utf8 handling when storing string
67 - added tests for this
9740e0b7 68
69 * t/
9237d6b4 70 - added an extra test for the utf8 handling
399f3500 71
72 * Change build system to Module::Install
6f491fae 73
740.08 Wed. Oct. 10, 2007
6c9f2c85 75 * MooseX::Storage::Format::JSON
76 - added support to deal with utf8 strings correctly
77
124c2ba5 780.07 Thurs. Sept. 27, 2007
79 + MooseX::Storage::Format::Storable
80 - this will use Storable to freeze/thaw objects
81 - added tests for this
82
83 + MooseX::Storage::IO::StorableFile
84 - this will use Storable to load/store objects
85 - added tests for this
4747c531 86
87 * t/
88 - fixed tests in 030_with_checksum.t
89 (thanks to sartak)
90
917411c2 910.06 Tues. Aug. 7, 2007
92 * MooseX::Storage::Engine
93 - added the Bool type and fixed a few bugs
94 that it exposed (thanks to Sartak)
95 - added tests for this
96
a7f358fb 970.05 Sun. July 15. 2007
98 * MooseX::Storage::Base::WithChecksum
99 - Fixed minor issue where the WithChecksum would
100 choke with a bad checksum due to odd Data::Dumper
101 output.
102
103 * t/
104 - forced JSON::Any in the basic JSON tests to use
105 JSON.pm since this is what Test::JSON uses and
106 subtle (and annoying) issues can arise.
107
8cd124d3 1080.04 Tues. July 3, 2007
021c860a 109 * MooseX::Storage::Util
110 - made this more robust when it tries
111 to use YAML and JSON loaders and fails
112 to find one
113 - fixed tests to reflect this
114
b04cbd47 1150.03 Wed. June 27, 2007
69b45b7d 116 * MooseX::Storage::Util
117 - this is a collection of useful tools
118 for working with MooseX::Storage data
119 - added docs and test
120
121 * t/
122 - added test for a custom type handler
bc0c5bf9 123 - fixed checksum test to skip if Digest::SHA1
124 (our default) is not available
1c6ac775 125
c86a46cc 1260.02 Fri. June 8, 2007
c4a322ec 127 * MooseX::Storage::Base::WithChecksum
128 - added a simple base role which makes a checksum of
129 the data structure before packing, and checks the
130 checksum before unpacking.
131 - added tests for this
132
45d9a73c 133 * MooseX::Storage::Engine
134 - better error reporting when cycles are found
c1830046 135 - class names are now stored as the full identifier
136 (<class>-<version>-<authority>) and are checked
137 when they are expanded.
138 - added docs and tests for this
45d9a73c 139
06a66732 140 * MooseX::Storage::Engine::IO::(AtomicFile, File)
141 - added checks to make sure the file gets opened correctly
142 and dies if it does not.
143
7b428d1f 1440.01 Mon. April 30, 2007
145 This was Chris's idea originally (blame him), and
146 we expanded on it to create what you see here :)
e59193fb 147