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