bump revision to 0.10
[gitmo/MooseX-UndefTolerant.git] / Changes
CommitLineData
670193cb 1Revision history for MooseX-UndefTolerant
5447ee45 2
793ea91a 3{{$NEXT}}
4 * No longer apply UndefTolerant behaviour to attributes with a type
5 constraint that handles undef (or those with no type constraint at all).
6 (Karen Etheridge)
7
94a727f4 80.09 March 2, 2011
9 * Add missing test prereq on Test::Fatal. (Dave Rolsky)
10
5e9d97ef 110.08 February 27, 2011
38a6d1e7 12 * Additional (TODO) unit tests for immutable classes, and documentation
13 notes about these limitations. (Karen Etheridge)
14
550e9d3e 15 * Added forward compatibility with Moose 1.9900+, but this module still
16 works with older Moose too. (Dave Rolsky)
17
81d4422f 180.07
19 * Don't do extra work by exists-ing before defined-ing (Chip Salzenberg)
20
ae05f07e 210.06
22 * Add support for immutable classes (Chris Andrews)
23 * Be more careful avoiding warnings when the init_arg is undef (Chris Andrews)
24 * POD fixups
25
46ca011d 260.05
27 * Avoid warnings from Moose 1.09. (Dave Rolsky)
28
779ca481 290.04 January 23, 2010
30 * Rather than skipping initialization all together, just pop off the undef
31 and let the init happen normally. This makes default values work
32 properly. (Test provided by (and thanks to) Tom Heady)
33
c3476f31 340.03 December 3, 2009
35 * Fiddle with dependencies.
36
efcfddbd 370.02 December 2, 2009
38 * Actually check the value properly, therefore setting it properly
39
5447ee45 400.01 Date/time
41 First version, released on an unsuspecting world.
42