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