doh, DZPTCD doesnt inject its prereqs
[gitmo/MooseX-UndefTolerant.git] / Changes
1 Revision history for MooseX-UndefTolerant
2
3 {{$NEXT}}
4     * temporarily add missing dep on Test::CheckDeps
5
6 0.14      2012-05-02 09:23:54 PDT-0700
7     * re-release of 0.13 to fix a PAUSE indexing issue.
8
9 0.13    2012-03-25
10     * unit test improvements - tighter TODO scopes, better diagnostics on
11       failure, Test::Moose for cleaner logic
12     * fix documentation referencing Moose changes that are still TBD
13     * undef attr values being stripped at construction time are now removed
14       from visibility of all attr initializations, not just the one being
15       updated at the time
16     * fixed case where an attribute on an immutable class was being stripped
17       of its undef value at construction time even if its type constraint
18       already can tolerate undef.
19
20 0.12    2011-04-03
21     * This module can now be used in roles with Moose 1.9900+. (Jesse Luehrs)
22
23 0.11    2011-03-19
24     * re-release to fix careless syntax error (whoops!) :)
25
26 0.10    2011-03-18
27     * No longer apply UndefTolerant behaviour to attributes with a type
28       constraint that handles undef (or those with no type constraint at all).
29       (Karen Etheridge)
30
31 0.09    2011-03-02
32     * Add missing test prereq on Test::Fatal. (Dave Rolsky)
33
34 0.08    2011-02-27
35     * Additional (TODO) unit tests for immutable classes, and documentation
36       notes about these limitations. (Karen Etheridge)
37
38     * Added forward compatibility with Moose 1.9900+, but this module still
39       works with older Moose too. (Dave Rolsky)
40
41 0.07    2010-10-21
42     * Don't do extra work by exists-ing before defined-ing (Chip Salzenberg)
43
44 0.06    2010-10-11
45     * Add support for immutable classes (Chris Andrews)
46     * Be more careful avoiding warnings when the init_arg is undef (Chris Andrews)
47     * POD fixups
48
49 0.05    2010-07-19
50     * Avoid warnings from Moose 1.09. (Dave Rolsky)
51
52 0.04    2010-01-23
53     * Rather than skipping initialization all together, just pop off the undef
54       and let the init happen normally.  This makes default values work
55       properly. (Test provided by (and thanks to) Tom Heady)
56
57 0.03    2009-12-03
58     * Fiddle with dependencies.
59
60 0.02    2009-12-02
61     * Actually check the value properly, therefore setting it properly
62
63 0.01    2009-12-01
64         First version, released on an unsuspecting world.
65