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