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