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