MXSC must be used by Moose classes, nothing else
[gitmo/MooseX-StrictConstructor.git] / Changes
CommitLineData
71aefe0a 1{{$NEXT}}
2
4a070866 3- Throw an error when used by a non-class; it won't do what users think
4
1d825f19 50.16 2011-04-22
6
71aefe0a 7- Don't wrap BUILDALL, since this breaks if the object doesn't inherit from
8 Moose::Object (doy).
9
10
b11e74ff 110.15 2011-04-13
12
13- The fix in 0.14 only worked with Moose 2.0, causing failures with earlier
14 versions.
15
16
e5acdb8a 170.14 2011-04-13
18
19- Using extends caused strictness to be lost. Fixed by Karen Etheridge.
20
21
bab2fc84 220.13 2011-02-22
23
24- This release provides forward compatibility with Moose 1.99+. It will still
25 work with Moose 1.23 as well. Most of the work was done by Jesse Luehrs.
26
01265e2a 27
21246bff 280.12 2010-10-29
29
30- Switched tests to use Test::Fatal instead of Test::Exception.
31
32
0d6a120a 330.11 2010-09-09
34
35- Added a missing test dep on Test::Exception. Reported by Phillip Moore. RT
36 #61205.
37
38
0bd5ddeb 390.10 2010-07-16
40
41- Ignore __INSTANCE__ when passed to the constructor. Patch by Jesse
42 Luehrs. RT #59236.
43
79b37c7d 44- All init args are quoted in the inlined constructor.
45
0bd5ddeb 46
71ea10f6 470.09 2010-07-14
48
49- Use modern Moose APIs, to avoid warnings with the next Moose release.
50
51
d2d0fb5e 520.08 2009-04-07
8ce99ddb 53
54- Make this module work with Moose 0.73_01+.
55
56
0a0390cc 570.07 2008-09-01
58
59- No code changes, just a stable release for Moose 0.56.
60
61
343ac26e 620.06_02 2008-08-30
63
64* This module no longer exports Moose's sugar. Just use Moose instead.
65
a417c76b 66- Various doc fixes to reflect changes since 0.06.
67
343ac26e 68
8c0f23ac 690.06_01 2008-08-30
70
71- Rewrote this distro's functionality as roles to take advantage of
72 Moose::Util::MetaRole. Less code, plays better with other
73 extensions.
2a1fb9c7 74
75
760.06 2008-06-27
5c40fb22 77
78- Changes to the immutable bits to work with the latest Moose (0.51).
79
80
2a1fb9c7 810.05 2008-04-18
0f795b43 82
83- The fix in 0.04 only worked for non-immutable classes.
84
85
2a1fb9c7 860.04 2008-04-18
a83dec43 87
0f795b43 88- This module did not respect the init_arg attribute setting, and used
a83dec43 89 the attribute name instead. Reported by Matt Trout. RT #34507.
90
91
2a1fb9c7 920.03 2007-11-20
f65b0fb9 93
94- Require Moose 0.26, since that's first version to offer init_meta(),
95 apparently.
96
97
2a1fb9c7 980.02 2007-11-15
0c61e88b 99
d6b6d7ea 100- Moose was missing from the prereq list. Reported by Slaven Rezic.
0c61e88b 101
c001451a 102- Version 0.01 did not work after a class was made immutable.
103
0c61e88b 104
2a1fb9c7 1050.01 2007-11-14
32726d88 106
0c61e88b 107- First version, released on an unsuspecting world.