dep on the plugin version that injects its prereqs
[gitmo/MooseX-UndefTolerant.git] / Changes
CommitLineData
670193cb 1Revision history for MooseX-UndefTolerant
5447ee45 2
d51609fc 3{{$NEXT}}
965592f0 4 * remove temporary dep, and increase the required version of
5 Dist::Zilla::Plugin::Test::CheckDeps, that now injects this dependency
6 automatically
92b9c0bc 7
80.15 2012-05-02 12:56:59 PDT-0700
0833a4a7 9 * temporarily add missing dep on Test::CheckDeps
855205d8 10
110.14 2012-05-02 09:23:54 PDT-0700
920bc713 12 * re-release of 0.13 to fix a PAUSE indexing issue.
d51609fc 13
07c43697 140.13 2012-03-25
477b93e1 15 * unit test improvements - tighter TODO scopes, better diagnostics on
16 failure, Test::Moose for cleaner logic
0796f935 17 * fix documentation referencing Moose changes that are still TBD
95f91970 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
f6bb95bd 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.
477b93e1 24
42398dd1 250.12 2011-04-03
26 * This module can now be used in roles with Moose 1.9900+. (Jesse Luehrs)
27
0dd9c65b 280.11 2011-03-19
29 * re-release to fix careless syntax error (whoops!) :)
30
38ebd3e4 310.10 2011-03-18
793ea91a 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
38ebd3e4 360.09 2011-03-02
94a727f4 37 * Add missing test prereq on Test::Fatal. (Dave Rolsky)
38
38ebd3e4 390.08 2011-02-27
38a6d1e7 40 * Additional (TODO) unit tests for immutable classes, and documentation
41 notes about these limitations. (Karen Etheridge)
42
550e9d3e 43 * Added forward compatibility with Moose 1.9900+, but this module still
44 works with older Moose too. (Dave Rolsky)
45
07c43697 460.07 2010-10-21
81d4422f 47 * Don't do extra work by exists-ing before defined-ing (Chip Salzenberg)
48
07c43697 490.06 2010-10-11
ae05f07e 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
07c43697 540.05 2010-07-19
46ca011d 55 * Avoid warnings from Moose 1.09. (Dave Rolsky)
56
38ebd3e4 570.04 2010-01-23
779ca481 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
38ebd3e4 620.03 2009-12-03
c3476f31 63 * Fiddle with dependencies.
64
38ebd3e4 650.02 2009-12-02
efcfddbd 66 * Actually check the value properly, therefore setting it properly
67
07c43697 680.01 2009-12-01
5447ee45 69 First version, released on an unsuspecting world.
70