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