Changes for 0.11
[gitmo/MooseX-StrictConstructor.git] / Changes
1 0.11     2010-09-09
2
3 - Added a missing test dep on Test::Exception. Reported by Phillip Moore. RT
4   #61205.
5
6
7 0.10     2010-07-16
8
9 - Ignore __INSTANCE__ when passed to the constructor. Patch by Jesse
10   Luehrs. RT #59236.
11
12 - All init args are quoted in the inlined constructor.
13
14
15 0.09     2010-07-14
16
17 - Use modern Moose APIs, to avoid warnings with the next Moose release.
18
19
20 0.08     2009-04-07
21
22 - Make this module work with Moose 0.73_01+.
23
24
25 0.07     2008-09-01
26
27 - No code changes, just a stable release for Moose 0.56.
28
29
30 0.06_02  2008-08-30
31
32 * This module no longer exports Moose's sugar. Just use Moose instead.
33
34 - Various doc fixes to reflect changes since 0.06.
35
36
37 0.06_01  2008-08-30
38
39 - Rewrote this distro's functionality as roles to take advantage of
40   Moose::Util::MetaRole. Less code, plays better with other
41   extensions.
42
43
44 0.06     2008-06-27
45
46 - Changes to the immutable bits to work with the latest Moose (0.51).
47
48
49 0.05     2008-04-18
50
51 - The fix in 0.04 only worked for non-immutable classes.
52
53
54 0.04     2008-04-18
55
56 - This module did not respect the init_arg attribute setting, and used
57   the attribute name instead. Reported by Matt Trout. RT #34507.
58
59
60 0.03     2007-11-20
61
62 - Require Moose 0.26, since that's first version to offer init_meta(),
63   apparently.
64
65
66 0.02     2007-11-15
67
68 - Moose was missing from the prereq list. Reported by Slaven Rezic.
69
70 - Version 0.01 did not work after a class was made immutable.
71
72
73 0.01     2007-11-14
74
75 - First version, released on an unsuspecting world.