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