Prevent all attribute initializers from seeing the value when we remove it, not just...
[gitmo/MooseX-UndefTolerant.git] / Changes
1 Revision history for MooseX-UndefTolerant
2
3 0.13
4     * unit test improvements - tighter TODO scopes, better diagnostics on
5       failure, Test::Moose for cleaner logic
6     * fix documentation referencing Moose changes that are still TBD
7     * undef attr values being stripped at construction time are now removed
8       from visibility of all attr initializations, not just the one being
9       updated at the time
10
11 0.12    2011-04-03
12     * This module can now be used in roles with Moose 1.9900+. (Jesse Luehrs)
13
14 0.11    2011-03-19
15     * re-release to fix careless syntax error (whoops!) :)
16
17 0.10    2011-03-18
18     * No longer apply UndefTolerant behaviour to attributes with a type
19       constraint that handles undef (or those with no type constraint at all).
20       (Karen Etheridge)
21
22 0.09    2011-03-02
23     * Add missing test prereq on Test::Fatal. (Dave Rolsky)
24
25 0.08    2011-02-27
26     * Additional (TODO) unit tests for immutable classes, and documentation
27       notes about these limitations. (Karen Etheridge)
28
29     * Added forward compatibility with Moose 1.9900+, but this module still
30       works with older Moose too. (Dave Rolsky)
31
32 0.07
33     * Don't do extra work by exists-ing before defined-ing (Chip Salzenberg)
34
35 0.06
36     * Add support for immutable classes (Chris Andrews)
37     * Be more careful avoiding warnings when the init_arg is undef (Chris Andrews)
38     * POD fixups
39
40 0.05
41     * Avoid warnings from Moose 1.09. (Dave Rolsky)
42
43 0.04    2010-01-23
44     * Rather than skipping initialization all together, just pop off the undef
45       and let the init happen normally.  This makes default values work
46       properly. (Test provided by (and thanks to) Tom Heady)
47
48 0.03    2009-12-03
49     * Fiddle with dependencies.
50
51 0.02    2009-12-02
52     * Actually check the value properly, therefore setting it properly
53
54 0.01    Date/time
55         First version, released on an unsuspecting world.
56