MooseX-Storage-0.38-TRIAL
[gitmo/MooseX-Storage.git] / Changes
1 Revision history for {{$dist->name}}
2
3 {{$NEXT}}
4
5 0.38-TRIAL  2013-07-20 09:42:03 PDT-0700 (Karen Etheridge)
6  * re-release with new compile test, which properly declares all its prerequisites
7
8 0.37-TRIAL  2013-07-19 17:41:17 PDT-0700 (Karen Etheridge)
9  * fixed compile tests so that modules using optional features are skipped
10    (from 0.36-TRIAL)
11
12 0.36-TRIAL  2013-07-16 21:41:39 PDT-0700 (Karen Etheridge)
13  * convert to Dist::Zilla, with new optional prereq handling
14
15 0.35    2013-07-15
16  * properly skip optional tests when the required JSON backends aren't
17    available
18
19 0.34    2013-06-20
20  * JSON storage works when Cpanel::JSON::XS is the only JSON backend installed
21
22 0.33    2013-03-29
23  * always JSONify data with sorted keys, to handle hash order randomization
24    introduced in 5.17.* (RT#84287, Karen Etheridge)
25
26 0.32    2012-12-04
27  * Change to use core Digest and Digest::SHA dists, rather than Digest::SHA1.
28    RT#69811
29  * Create a JSON::Any object, so setting $ENV{JSON_ANY_CONFIG} works.
30    Adjust tests that were setting the wrong values and the default
31    happened to work.
32  * Don't rely on hash key order in tests (RT#81695)
33
34 0.31    2012-02-28
35   * Add example for add_custom_type_handler to the MooseX::Storage::Engine docs. (perigrin)
36
37   * Incorrect documentation for ->unpack method's inject parameter fixed.
38
39   * The test suite now uses Test::Fatal instead of Test::Exception (Karen
40     Etheridge).
41
42 0.30    2011-04-29
43   * Make Makefile.PL features work again. RT#67170
44
45 0.29    2010-11-17
46   * Remove use of Test::TempDir in favor of File::Temp (gphat)
47
48 0.28    2010-10-03
49   * Make the engine_traits parameter be able to use a '+My::Trait::Name'
50     prefix to specify a trait name which isn't in the
51     MooseX::Storage::Engine::Trait namespace
52   * Misc POD and test cleanups.
53
54 0.27    2010-04-15
55   * use of parameterized roles (first added in 0.22) now works in Deferred
56     Example: $object->freeze({ format => [ $role_name => \%args ] })
57
58 0.26    2010-03-25
59   * Fix URI for repository in metadata.
60   * Fix infinite recursion when collapsing objects which overload stringify
61     to freeze themselves.
62
63 0.25    2010-03-09
64   * Add support for Union types (bumps Moose dep to 0.99)
65
66 0.24    2010-01-11
67   * Add additional YAML implementation tests.
68   * Switch from using Best to YAML::Any.
69   * Remove Test::YAML::Valid.
70
71 0.23    2009-11-10
72   * Revert whitespace change in tests which breaks the tests if you
73     have Test::YAML::Valid installed.
74
75 0.22    2009-11-05
76   * Fix warnings when types do not have a parent type.
77   * allow the use of roles outside MooseX::Storage:: (rjbs)
78   * allow the use of parameterized roles (rjbs)
79
80 0.21    2009-07-14
81   * Fix inconsistent dist versions with Perl::Version
82
83 0.20    2009-07-14
84   * Add support for Storage( traits => [...] ) with a MooseX::Storage::Traits::XX
85     namespace to alter the behaviour of the storage engine.
86     (Suggestions for how to make this less fugly appreciated)
87   * Add feature to disable cycle checking, either via engine trait or option
88     * add docs & tests (including 1 TODO test)
89   * Add feature to only serialize attributes whose predicate returns 'true'
90   * Implement the unpack( $data, inject => {...} ) feature.
91     * add docs & tests
92   * Move Base::WithChecksum to build upon Basic.pm, avoid code duplication
93   * Add extra test to ensure restoring fails if required argument isn't provided
94   * Fix a bug where if a required constructor argument was not serialized, it was
95     impossible to ->unpack again.
96
97 0.19    2009-07-14
98   * Skip pod tests when not in author mode
99
100 0.18    2009-06-02
101    * Fix test failures without JSON::Any. Patch from RT#46343 (Nicholas Clarke)
102    * Added support for Maybe[...] constraints fixing RT#43165 (plu)
103
104 0.17    2009-04-06
105    * Change MooseX::Storage::Engine to use get_all_attributes,
106      rather than the deprecated compute_all_applicable_attributes (t0m)
107    * Don't fail tests when Best is unavailable (t0m)
108
109 0.15    2008-09-29
110     * MooseX::Storage
111       - Remove use of deprecated alias_method routine
112         which was causing issues when you used multiple
113         Roles which used MooseX::Storage (t0m).
114
115 0.14    2008-06-22
116     * MooseX::Storage::Engine
117       - cycles are now tracked by refaddr instead 
118         of stringified object, which broke for any
119         overloaded objects (Thanks to Jonathan Rockway)
120
121     * Don't fail tests when YAML is unavailable
122
123     * Use temporary files in test suite, instead of cwd
124
125 0.13    2008-05-24
126     * MooseX::Storage::Engine
127       - added find_type_handler_for($name) method 
128         to make finding type handlers easier
129       - improved error messages
130
131     ~ removed Build.PL since Module::Install
132       no longer supports it
133
134 0.12    2008-03-14
135     - added build_requires for Test::Deep (awwaiid)
136     - upped the Moose dependency to support the custom
137       meta-attribute-traits
138     
139     * t/
140       - fixing all the tests to properly skip if optional 
141         features are not being used, this should help get
142         rid of all our CPANtester failures
143         - tested against 5.10 as well
144     
145     * MooseX::Storage::Engine
146       MooseX::Storage::Meta::Attribute::DoNotSerialize
147       MooseX::Storage::Meta::Attribute::Trait::DoNotSerialize
148       - adding meta-attribute-trait support for 
149         DoNotSerialize
150         - added tests for this
151
152 0.11    2008-01-10
153     - upped the Test::JSON dependency 
154       so that we use the version that 
155       supports JSON::Any
156     - upped the JSON::Any requirement 
157     - minor test cleanups to handle
158       optional dependencies better
159
160     * MooseX::Storage::Engine
161       - the numbers now have to numify (+0) in the 
162         expand/collapse so that certain JSON engines
163         will not choke on them
164
165 0.10    2009-01-10
166     ~~ updated copyright information ~~
167
168     * MooseX::Storage::Deferred
169       - added this role, which allows you to wait until
170         you actually call a method to determine what 
171         formatter and/or IO engine you want to use
172         - added tests for this
173
174 0.09    2007-10-23
175     * MooseX::Storage::Util
176       - added support to deal with utf8 strings correctly
177       
178     * MooseX::Storage::Engine::File
179       MooseX::Storage::Engine::AtomicFile
180       - fixed utf8 handling when storing string
181         - added tests for this
182      
183     * t/
184       - added an extra test for the utf8 handling
185     
186     * Change build system to Module::Install
187
188 0.08    2007-10-10
189     * MooseX::Storage::Format::JSON
190       - added support to deal with utf8 strings correctly
191
192 0.07    2007-09-27
193     + MooseX::Storage::Format::Storable
194       - this will use Storable to freeze/thaw objects
195         - added tests for this
196     
197     + MooseX::Storage::IO::StorableFile
198       - this will use Storable to load/store objects    
199         - added tests for this
200
201     * t/
202       - fixed tests in 030_with_checksum.t
203         (thanks to sartak)
204
205 0.06    2007-08-07
206     * MooseX::Storage::Engine
207       - added the Bool type and fixed a few bugs
208         that it exposed (thanks to Sartak)
209         - added tests for this
210
211 0.05    2007-07-15
212     * MooseX::Storage::Base::WithChecksum
213       - Fixed minor issue where the WithChecksum would 
214         choke with a bad checksum due to odd Data::Dumper
215         output.
216     
217     * t/
218       - forced JSON::Any in the basic JSON tests to use 
219         JSON.pm since this is what Test::JSON uses and 
220         subtle (and annoying) issues can arise.
221
222 0.04    2007-07-03
223     * MooseX::Storage::Util
224         - made this more robust when it tries
225           to use YAML and JSON loaders and fails
226           to find one
227             - fixed tests to reflect this
228
229 0.03    2007-06-27
230     * MooseX::Storage::Util
231         - this is a collection of useful tools 
232           for working with MooseX::Storage data
233             - added docs and test
234
235     * t/
236         - added test for a custom type handler
237         - fixed checksum test to skip if Digest::SHA1 
238           (our default) is not available
239
240 0.02    2007-06-08
241     * MooseX::Storage::Base::WithChecksum
242       - added a simple base role which makes a checksum of 
243         the data structure before packing, and checks the
244         checksum before unpacking.
245         - added tests for this
246
247     * MooseX::Storage::Engine
248       - better error reporting when cycles are found
249       - class names are now stored as the full identifier
250         (<class>-<version>-<authority>) and are checked
251         when they are expanded.
252         - added docs and tests for this
253
254     * MooseX::Storage::Engine::IO::(AtomicFile, File)
255       - added checks to make sure the file gets opened correctly
256         and dies if it does not.
257
258 0.01    2007-04-30
259     This was Chris's idea originally (blame him), and 
260     we expanded on it to create what you see here :)
261