do nothing at construction time for attributes with undef init_arg - fixes undefined...
[gitmo/MooseX-UndefTolerant.git] / Changes
1 Revision history for MooseX-UndefTolerant
2
3 {{$NEXT}}
4    * avoid undef warning by not attempting to manipulate constructor data for
5      init_arg => undef attributes (thanks Damon Tkoch for the report!)
6
7 0.17      2012-05-03 14:43:42 PDT-0700
8     * re-release to fix dependency issue *again*! :)
9
10 0.16      2012-05-02 15:13:01 PDT-0700
11     * remove temporary dep, and increase the required version of
12       Dist::Zilla::Plugin::Test::CheckDeps, that now injects this dependency
13       automatically
14
15 0.15      2012-05-02 12:56:59 PDT-0700
16     * temporarily add missing dep on Test::CheckDeps
17
18 0.14      2012-05-02 09:23:54 PDT-0700
19     * re-release of 0.13 to fix a PAUSE indexing issue.
20
21 0.13    2012-03-25
22     * unit test improvements - tighter TODO scopes, better diagnostics on
23       failure, Test::Moose for cleaner logic
24     * fix documentation referencing Moose changes that are still TBD
25     * undef attr values being stripped at construction time are now removed
26       from visibility of all attr initializations, not just the one being
27       updated at the time
28     * fixed case where an attribute on an immutable class was being stripped
29       of its undef value at construction time even if its type constraint
30       already can tolerate undef.
31
32 0.12    2011-04-03
33     * This module can now be used in roles with Moose 1.9900+. (Jesse Luehrs)
34
35 0.11    2011-03-19
36     * re-release to fix careless syntax error (whoops!) :)
37
38 0.10    2011-03-18
39     * No longer apply UndefTolerant behaviour to attributes with a type
40       constraint that handles undef (or those with no type constraint at all).
41       (Karen Etheridge)
42
43 0.09    2011-03-02
44     * Add missing test prereq on Test::Fatal. (Dave Rolsky)
45
46 0.08    2011-02-27
47     * Additional (TODO) unit tests for immutable classes, and documentation
48       notes about these limitations. (Karen Etheridge)
49
50     * Added forward compatibility with Moose 1.9900+, but this module still
51       works with older Moose too. (Dave Rolsky)
52
53 0.07    2010-10-21
54     * Don't do extra work by exists-ing before defined-ing (Chip Salzenberg)
55
56 0.06    2010-10-11
57     * Add support for immutable classes (Chris Andrews)
58     * Be more careful avoiding warnings when the init_arg is undef (Chris Andrews)
59     * POD fixups
60
61 0.05    2010-07-19
62     * Avoid warnings from Moose 1.09. (Dave Rolsky)
63
64 0.04    2010-01-23
65     * Rather than skipping initialization all together, just pop off the undef
66       and let the init happen normally.  This makes default values work
67       properly. (Test provided by (and thanks to) Tom Heady)
68
69 0.03    2009-12-03
70     * Fiddle with dependencies.
71
72 0.02    2009-12-02
73     * Actually check the value properly, therefore setting it properly
74
75 0.01    2009-12-01
76         First version, released on an unsuspecting world.
77