Another TODO note, to go with the CAVEATS
[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
477b93e1 10
42398dd1 110.12 2011-04-03
12 * This module can now be used in roles with Moose 1.9900+. (Jesse Luehrs)
13
0dd9c65b 140.11 2011-03-19
15 * re-release to fix careless syntax error (whoops!) :)
16
38ebd3e4 170.10 2011-03-18
793ea91a 18 * No longer apply UndefTolerant behaviour to attributes with a type
19 constraint that handles undef (or those with no type constraint at all).
20 (Karen Etheridge)
21
38ebd3e4 220.09 2011-03-02
94a727f4 23 * Add missing test prereq on Test::Fatal. (Dave Rolsky)
24
38ebd3e4 250.08 2011-02-27
38a6d1e7 26 * Additional (TODO) unit tests for immutable classes, and documentation
27 notes about these limitations. (Karen Etheridge)
28
550e9d3e 29 * Added forward compatibility with Moose 1.9900+, but this module still
30 works with older Moose too. (Dave Rolsky)
31
81d4422f 320.07
33 * Don't do extra work by exists-ing before defined-ing (Chip Salzenberg)
34
ae05f07e 350.06
36 * Add support for immutable classes (Chris Andrews)
37 * Be more careful avoiding warnings when the init_arg is undef (Chris Andrews)
38 * POD fixups
39
46ca011d 400.05
41 * Avoid warnings from Moose 1.09. (Dave Rolsky)
42
38ebd3e4 430.04 2010-01-23
779ca481 44 * Rather than skipping initialization all together, just pop off the undef
45 and let the init happen normally. This makes default values work
46 properly. (Test provided by (and thanks to) Tom Heady)
47
38ebd3e4 480.03 2009-12-03
c3476f31 49 * Fiddle with dependencies.
50
38ebd3e4 510.02 2009-12-02
efcfddbd 52 * Actually check the value properly, therefore setting it properly
53
5447ee45 540.01 Date/time
55 First version, released on an unsuspecting world.
56