doc updates and changelog for less undef tolerance
[gitmo/MooseX-UndefTolerant.git] / Changes
1 Revision history for MooseX-UndefTolerant
2
3 {{$NEXT}}
4     * No longer apply UndefTolerant behaviour to attributes with a type
5       constraint that handles undef (or those with no type constraint at all).
6       (Karen Etheridge)
7
8 0.09    March 2, 2011
9     * Add missing test prereq on Test::Fatal. (Dave Rolsky)
10
11 0.08    February 27, 2011
12     * Additional (TODO) unit tests for immutable classes, and documentation
13       notes about these limitations. (Karen Etheridge)
14
15     * Added forward compatibility with Moose 1.9900+, but this module still
16       works with older Moose too. (Dave Rolsky)
17
18 0.07
19     * Don't do extra work by exists-ing before defined-ing (Chip Salzenberg)
20
21 0.06
22     * Add support for immutable classes (Chris Andrews)
23     * Be more careful avoiding warnings when the init_arg is undef (Chris Andrews)
24     * POD fixups
25
26 0.05
27     * Avoid warnings from Moose 1.09. (Dave Rolsky)
28
29 0.04    January 23, 2010
30     * Rather than skipping initialization all together, just pop off the undef
31       and let the init happen normally.  This makes default values work
32       properly. (Test provided by (and thanks to) Tom Heady)
33
34 0.03    December 3, 2009
35     * Fiddle with dependencies.
36
37 0.02    December 2, 2009
38     * Actually check the value properly, therefore setting it properly
39
40 0.01    Date/time
41         First version, released on an unsuspecting world.
42