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