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