MooseX-UndefTolerant-0.18
[gitmo/MooseX-UndefTolerant.git] / Changes
CommitLineData
670193cb 1Revision history for MooseX-UndefTolerant
5447ee45 2
d51609fc 3{{$NEXT}}
74effc7c 4
50.18 2012-09-23 13:35:06 PDT-0700 (Karen Etheridge)
0601096c 6 * avoid undef warning by not attempting to manipulate constructor data for
7 init_arg => undef attributes (thanks Damon Tkoch for the report!)
e476628a 8
90.17 2012-05-03 14:43:42 PDT-0700
387bfd4c 10 * re-release to fix dependency issue *again*! :)
6600925b 11
120.16 2012-05-02 15:13:01 PDT-0700
965592f0 13 * remove temporary dep, and increase the required version of
14 Dist::Zilla::Plugin::Test::CheckDeps, that now injects this dependency
15 automatically
92b9c0bc 16
170.15 2012-05-02 12:56:59 PDT-0700
0833a4a7 18 * temporarily add missing dep on Test::CheckDeps
855205d8 19
200.14 2012-05-02 09:23:54 PDT-0700
920bc713 21 * re-release of 0.13 to fix a PAUSE indexing issue.
d51609fc 22
07c43697 230.13 2012-03-25
477b93e1 24 * unit test improvements - tighter TODO scopes, better diagnostics on
25 failure, Test::Moose for cleaner logic
0796f935 26 * fix documentation referencing Moose changes that are still TBD
95f91970 27 * undef attr values being stripped at construction time are now removed
28 from visibility of all attr initializations, not just the one being
29 updated at the time
f6bb95bd 30 * fixed case where an attribute on an immutable class was being stripped
31 of its undef value at construction time even if its type constraint
32 already can tolerate undef.
477b93e1 33
42398dd1 340.12 2011-04-03
35 * This module can now be used in roles with Moose 1.9900+. (Jesse Luehrs)
36
0dd9c65b 370.11 2011-03-19
38 * re-release to fix careless syntax error (whoops!) :)
39
38ebd3e4 400.10 2011-03-18
793ea91a 41 * No longer apply UndefTolerant behaviour to attributes with a type
42 constraint that handles undef (or those with no type constraint at all).
43 (Karen Etheridge)
44
38ebd3e4 450.09 2011-03-02
94a727f4 46 * Add missing test prereq on Test::Fatal. (Dave Rolsky)
47
38ebd3e4 480.08 2011-02-27
38a6d1e7 49 * Additional (TODO) unit tests for immutable classes, and documentation
50 notes about these limitations. (Karen Etheridge)
51
550e9d3e 52 * Added forward compatibility with Moose 1.9900+, but this module still
53 works with older Moose too. (Dave Rolsky)
54
07c43697 550.07 2010-10-21
81d4422f 56 * Don't do extra work by exists-ing before defined-ing (Chip Salzenberg)
57
07c43697 580.06 2010-10-11
ae05f07e 59 * Add support for immutable classes (Chris Andrews)
60 * Be more careful avoiding warnings when the init_arg is undef (Chris Andrews)
61 * POD fixups
62
07c43697 630.05 2010-07-19
46ca011d 64 * Avoid warnings from Moose 1.09. (Dave Rolsky)
65
38ebd3e4 660.04 2010-01-23
779ca481 67 * Rather than skipping initialization all together, just pop off the undef
68 and let the init happen normally. This makes default values work
69 properly. (Test provided by (and thanks to) Tom Heady)
70
38ebd3e4 710.03 2009-12-03
c3476f31 72 * Fiddle with dependencies.
73
38ebd3e4 740.02 2009-12-02
efcfddbd 75 * Actually check the value properly, therefore setting it properly
76
07c43697 770.01 2009-12-01
5447ee45 78 First version, released on an unsuspecting world.
79