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