reformat Changes to make CPAN::Changes::Spec and metacpan parsing happy
[gitmo/MooseX-Storage.git] / Changes
CommitLineData
d3671a48 1Revision history for {{$dist->name}}
2
3{{$NEXT}}
7285118b 4
50.40 2013-08-29 01:57:00Z (Karen Etheridge)
025186b6 6 - replaced last use of Best (held over since 2010!) to YAML::Any
7 - fixed another test making use of optional features
77e5790d 8
90.39 2013-07-26 17:02:26 PDT-0700 (Karen Etheridge)
025186b6 10 - re-release as stable (full working Dist::Zilla conversion)
814698b4 11
120.38-TRIAL 2013-07-20 09:42:03 PDT-0700 (Karen Etheridge)
025186b6 13 - re-release with new compile test, which properly declares all its prerequisites
26a10d69 14
150.37-TRIAL 2013-07-19 17:41:17 PDT-0700 (Karen Etheridge)
025186b6 16 - fixed compile tests so that modules using optional features are skipped
17 (from 0.36-TRIAL)
4d941613 18
190.36-TRIAL 2013-07-16 21:41:39 PDT-0700 (Karen Etheridge)
025186b6 20 - convert to Dist::Zilla, with new optional prereq handling
e59193fb 21
bba46bb5 220.35 2013-07-15
025186b6 23 - properly skip optional tests when the required JSON backends aren't
24 available
30d5da5c 25
e7ab79ca 260.34 2013-06-20
025186b6 27 - JSON storage works when Cpanel::JSON::XS is the only JSON backend installed
b9f532ee 28
8e1415ef 290.33 2013-03-29
025186b6 30 - always JSONify data with sorted keys, to handle hash order randomization
31 introduced in 5.17.* (RT#84287, Karen Etheridge)
6f80d403 32
8e1415ef 330.32 2012-12-04
025186b6 34 - Change to use core Digest and Digest::SHA dists, rather than Digest::SHA1.
35 RT#69811
36 - Create a JSON::Any object, so setting $ENV{JSON_ANY_CONFIG} works.
37 Adjust tests that were setting the wrong values and the default
38 happened to work.
39 - Don't rely on hash key order in tests (RT#81695)
7d5ab57c 40
8e1415ef 410.31 2012-02-28
025186b6 42 - Add example for add_custom_type_handler to the MooseX::Storage::Engine docs. (perigrin)
cb534011 43
025186b6 44 - Incorrect documentation for ->unpack method's inject parameter fixed.
9ca35902 45
025186b6 46 - The test suite now uses Test::Fatal instead of Test::Exception (Karen
9d3c60f5 47 Etheridge).
48
8e1415ef 490.30 2011-04-29
025186b6 50 - Make Makefile.PL features work again. RT#67170
9566cef2 51
8e1415ef 520.29 2010-11-17
025186b6 53 - Remove use of Test::TempDir in favor of File::Temp (gphat)
08d0f48e 54
8e1415ef 550.28 2010-10-03
025186b6 56 - Make the engine_traits parameter be able to use a '+My::Trait::Name'
004bf3ea 57 prefix to specify a trait name which isn't in the
00993f69 58 MooseX::Storage::Engine::Trait namespace
025186b6 59 - Misc POD and test cleanups.
004bf3ea 60
8e1415ef 610.27 2010-04-15
025186b6 62 - use of parameterized roles (first added in 0.22) now works in Deferred
39535ada 63 Example: $object->freeze({ format => [ $role_name => \%args ] })
64
8e1415ef 650.26 2010-03-25
025186b6 66 - Fix URI for repository in metadata.
67 - Fix infinite recursion when collapsing objects which overload stringify
049541bd 68 to freeze themselves.
c557e792 69
8e1415ef 700.25 2010-03-09
025186b6 71 - Add support for Union types (bumps Moose dep to 0.99)
c905cefb 72
8e1415ef 730.24 2010-01-11
025186b6 74 - Add additional YAML implementation tests.
75 - Switch from using Best to YAML::Any.
76 - Remove Test::YAML::Valid.
68cf3423 77
8e1415ef 780.23 2009-11-10
025186b6 79 - Revert whitespace change in tests which breaks the tests if you
0e45b8f5 80 have Test::YAML::Valid installed.
81
8e1415ef 820.22 2009-11-05
025186b6 83 - Fix warnings when types do not have a parent type.
84 - allow the use of roles outside MooseX::Storage:: (rjbs)
85 - allow the use of parameterized roles (rjbs)
e0f8f2ee 86
8e1415ef 870.21 2009-07-14
025186b6 88 - Fix inconsistent dist versions with Perl::Version
14e5132a 89
8e1415ef 900.20 2009-07-14
025186b6 91 - Add support for Storage( traits => [...] ) with a MooseX::Storage::Traits::XX
e43a61ed 92 namespace to alter the behaviour of the storage engine.
93 (Suggestions for how to make this less fugly appreciated)
025186b6 94 - Add feature to disable cycle checking, either via engine trait or option
95 - add docs & tests (including 1 TODO test)
96 - Add feature to only serialize attributes whose predicate returns 'true'
97 - Implement the unpack( $data, inject => {...} ) feature.
98 - add docs & tests
99 - Move Base::WithChecksum to build upon Basic.pm, avoid code duplication
100 - Add extra test to ensure restoring fails if required argument isn't provided
101 - Fix a bug where if a required constructor argument was not serialized, it was
e43a61ed 102 impossible to ->unpack again.
103
8e1415ef 1040.19 2009-07-14
025186b6 105 - Skip pod tests when not in author mode
e43a61ed 106
8e1415ef 1070.18 2009-06-02
025186b6 108 - Fix test failures without JSON::Any. Patch from RT#46343 (Nicholas Clarke)
109 - Added support for Maybe[...] constraints fixing RT#43165 (plu)
ef87e4a6 110
8e1415ef 1110.17 2009-04-06
025186b6 112 - Change MooseX::Storage::Engine to use get_all_attributes,
113 rather than the deprecated compute_all_applicable_attributes (t0m)
114 - Don't fail tests when Best is unavailable (t0m)
5aaf0d46 115
8e1415ef 1160.15 2008-09-29
025186b6 117 - MooseX::Storage
118 - Remove use of deprecated alias_method routine
119 which was causing issues when you used multiple
120 Roles which used MooseX::Storage (t0m).
f9143059 121
8e1415ef 1220.14 2008-06-22
025186b6 123 - MooseX::Storage::Engine
124 - cycles are now tracked by refaddr instead
125 of stringified object, which broke for any
126 overloaded objects (Thanks to Jonathan Rockway)
df7bb436 127
025186b6 128 - Don't fail tests when YAML is unavailable
cfd008fa 129
025186b6 130 - Use temporary files in test suite, instead of cwd
cfd008fa 131
8e1415ef 1320.13 2008-05-24
025186b6 133 - MooseX::Storage::Engine:
134 - added find_type_handler_for($name) method
135 to make finding type handlers easier
136 - improved error messages
3defafb9 137
025186b6 138 - removed Build.PL since Module::Install
139 no longer supports it
6d0abbe8 140
8e1415ef 1410.12 2008-03-14
025186b6 142 - added build_requires for Test::Deep (awwaiid)
143 - upped the Moose dependency to support the custom
144 meta-attribute-traits
145
146 - t/
147 - fixing all the tests to properly skip if optional
148 features are not being used, this should help get
149 rid of all our CPANtester failures
150 - tested against 5.10 as well
151
152 - MooseX::Storage::Engine
04990d7a 153 MooseX::Storage::Meta::Attribute::DoNotSerialize
4fa64e86 154 MooseX::Storage::Meta::Attribute::Trait::DoNotSerialize
025186b6 155 - adding meta-attribute-trait support for
4fa64e86 156 DoNotSerialize
157 - added tests for this
eaa26357 158
8e1415ef 1590.11 2008-01-10
025186b6 160 - upped the Test::JSON dependency
161 so that we use the version that
162 supports JSON::Any
163 - upped the JSON::Any requirement
164 - minor test cleanups to handle
165 optional dependencies better
166
167 - MooseX::Storage::Engine
168 - the numbers now have to numify (+0) in the
169 expand/collapse so that certain JSON engines
170 will not choke on them
cfee09ad 171
8e1415ef 1720.10 2009-01-10
025186b6 173 - updated copyright information
1f3074ea 174
025186b6 175 - MooseX::Storage::Deferred
176 - added this role, which allows you to wait until
177 you actually call a method to determine what
178 formatter and/or IO engine you want to use
179 - added tests for this
1f3074ea 180
8e1415ef 1810.09 2007-10-23
025186b6 182 - MooseX::Storage::Util
183 - added support to deal with utf8 strings correctly
184
185 - MooseX::Storage::Engine::File
186 MooseX::Storage::Engine::AtomicFile
187 - fixed utf8 handling when storing string
188 - added tests for this
189
190 - t/
9237d6b4 191 - added an extra test for the utf8 handling
025186b6 192
193 - Change build system to Module::Install
6f491fae 194
8e1415ef 1950.08 2007-10-10
025186b6 196 - MooseX::Storage::Format::JSON
197 - added support to deal with utf8 strings correctly
6c9f2c85 198
8e1415ef 1990.07 2007-09-27
025186b6 200 - MooseX::Storage::Format::Storable
201 - this will use Storable to freeze/thaw objects
202 - added tests for this
203
204 - MooseX::Storage::IO::StorableFile
205 - this will use Storable to load/store objects
206 - added tests for this
4747c531 207
025186b6 208 - t/
209 - fixed tests in 030_with_checksum.t
210 (thanks to sartak)
4747c531 211
8e1415ef 2120.06 2007-08-07
025186b6 213 - MooseX::Storage::Engine
214 - added the Bool type and fixed a few bugs
215 that it exposed (thanks to Sartak)
216 - added tests for this
917411c2 217
8e1415ef 2180.05 2007-07-15
025186b6 219 - MooseX::Storage::Base::WithChecksum
220 - Fixed minor issue where the WithChecksum would
221 choke with a bad checksum due to odd Data::Dumper
222 output.
223
224 - t/
225 - forced JSON::Any in the basic JSON tests to use
226 JSON.pm since this is what Test::JSON uses and
227 subtle (and annoying) issues can arise.
a7f358fb 228
8e1415ef 2290.04 2007-07-03
025186b6 230 - MooseX::Storage::Util
231 - made this more robust when it tries
232 to use YAML and JSON loaders and fails
233 to find one
234 - fixed tests to reflect this
021c860a 235
8e1415ef 2360.03 2007-06-27
025186b6 237 - MooseX::Storage::Util
238 - this is a collection of useful tools
239 for working with MooseX::Storage data
240 - added docs and test
69b45b7d 241
025186b6 242 - t/
243 - added test for a custom type handler
244 - fixed checksum test to skip if Digest::SHA1
245 (our default) is not available
1c6ac775 246
8e1415ef 2470.02 2007-06-08
025186b6 248 - MooseX::Storage::Base::WithChecksum
249 - added a simple base role which makes a checksum of
250 the data structure before packing, and checks the
251 checksum before unpacking.
252 - added tests for this
253
254 - MooseX::Storage::Engine
255 - better error reporting when cycles are found
256 - class names are now stored as the full identifier
257 (<class>-<version>-<authority>) and are checked
258 when they are expanded.
259 - added docs and tests for this
260
261 - MooseX::Storage::Engine::IO::(AtomicFile, File)
262 - added checks to make sure the file gets opened correctly
263 and dies if it does not.
06a66732 264
8e1415ef 2650.01 2007-04-30
025186b6 266 - This was Chris's idea originally (blame him), and
7b428d1f 267 we expanded on it to create what you see here :)
e59193fb 268