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