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