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