changelog for 0.14
[gitmo/MooseX-UndefTolerant.git] / Changes
CommitLineData
670193cb 1Revision history for MooseX-UndefTolerant
5447ee45 2
d51609fc 3{{$NEXT}}
920bc713 4 * re-release of 0.13 to fix a PAUSE indexing issue.
d51609fc 5
07c43697 60.13 2012-03-25
477b93e1 7 * unit test improvements - tighter TODO scopes, better diagnostics on
8 failure, Test::Moose for cleaner logic
0796f935 9 * fix documentation referencing Moose changes that are still TBD
95f91970 10 * undef attr values being stripped at construction time are now removed
11 from visibility of all attr initializations, not just the one being
12 updated at the time
f6bb95bd 13 * fixed case where an attribute on an immutable class was being stripped
14 of its undef value at construction time even if its type constraint
15 already can tolerate undef.
477b93e1 16
42398dd1 170.12 2011-04-03
18 * This module can now be used in roles with Moose 1.9900+. (Jesse Luehrs)
19
0dd9c65b 200.11 2011-03-19
21 * re-release to fix careless syntax error (whoops!) :)
22
38ebd3e4 230.10 2011-03-18
793ea91a 24 * No longer apply UndefTolerant behaviour to attributes with a type
25 constraint that handles undef (or those with no type constraint at all).
26 (Karen Etheridge)
27
38ebd3e4 280.09 2011-03-02
94a727f4 29 * Add missing test prereq on Test::Fatal. (Dave Rolsky)
30
38ebd3e4 310.08 2011-02-27
38a6d1e7 32 * Additional (TODO) unit tests for immutable classes, and documentation
33 notes about these limitations. (Karen Etheridge)
34
550e9d3e 35 * Added forward compatibility with Moose 1.9900+, but this module still
36 works with older Moose too. (Dave Rolsky)
37
07c43697 380.07 2010-10-21
81d4422f 39 * Don't do extra work by exists-ing before defined-ing (Chip Salzenberg)
40
07c43697 410.06 2010-10-11
ae05f07e 42 * Add support for immutable classes (Chris Andrews)
43 * Be more careful avoiding warnings when the init_arg is undef (Chris Andrews)
44 * POD fixups
45
07c43697 460.05 2010-07-19
46ca011d 47 * Avoid warnings from Moose 1.09. (Dave Rolsky)
48
38ebd3e4 490.04 2010-01-23
779ca481 50 * Rather than skipping initialization all together, just pop off the undef
51 and let the init happen normally. This makes default values work
52 properly. (Test provided by (and thanks to) Tom Heady)
53
38ebd3e4 540.03 2009-12-03
c3476f31 55 * Fiddle with dependencies.
56
38ebd3e4 570.02 2009-12-02
efcfddbd 58 * Actually check the value properly, therefore setting it properly
59
07c43697 600.01 2009-12-01
5447ee45 61 First version, released on an unsuspecting world.
62