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