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