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