Style fixes
[gitmo/MooseX-StrictConstructor.git] / Changes
CommitLineData
b11e74ff 10.15 2011-04-13
2
3- The fix in 0.14 only worked with Moose 2.0, causing failures with earlier
4 versions.
5
6
e5acdb8a 70.14 2011-04-13
8
9- Using extends caused strictness to be lost. Fixed by Karen Etheridge.
10
11
bab2fc84 120.13 2011-02-22
13
14- This release provides forward compatibility with Moose 1.99+. It will still
15 work with Moose 1.23 as well. Most of the work was done by Jesse Luehrs.
16
01265e2a 17
21246bff 180.12 2010-10-29
19
20- Switched tests to use Test::Fatal instead of Test::Exception.
21
22
0d6a120a 230.11 2010-09-09
24
25- Added a missing test dep on Test::Exception. Reported by Phillip Moore. RT
26 #61205.
27
28
0bd5ddeb 290.10 2010-07-16
30
31- Ignore __INSTANCE__ when passed to the constructor. Patch by Jesse
32 Luehrs. RT #59236.
33
79b37c7d 34- All init args are quoted in the inlined constructor.
35
0bd5ddeb 36
71ea10f6 370.09 2010-07-14
38
39- Use modern Moose APIs, to avoid warnings with the next Moose release.
40
41
d2d0fb5e 420.08 2009-04-07
8ce99ddb 43
44- Make this module work with Moose 0.73_01+.
45
46
0a0390cc 470.07 2008-09-01
48
49- No code changes, just a stable release for Moose 0.56.
50
51
343ac26e 520.06_02 2008-08-30
53
54* This module no longer exports Moose's sugar. Just use Moose instead.
55
a417c76b 56- Various doc fixes to reflect changes since 0.06.
57
343ac26e 58
8c0f23ac 590.06_01 2008-08-30
60
61- Rewrote this distro's functionality as roles to take advantage of
62 Moose::Util::MetaRole. Less code, plays better with other
63 extensions.
2a1fb9c7 64
65
660.06 2008-06-27
5c40fb22 67
68- Changes to the immutable bits to work with the latest Moose (0.51).
69
70
2a1fb9c7 710.05 2008-04-18
0f795b43 72
73- The fix in 0.04 only worked for non-immutable classes.
74
75
2a1fb9c7 760.04 2008-04-18
a83dec43 77
0f795b43 78- This module did not respect the init_arg attribute setting, and used
a83dec43 79 the attribute name instead. Reported by Matt Trout. RT #34507.
80
81
2a1fb9c7 820.03 2007-11-20
f65b0fb9 83
84- Require Moose 0.26, since that's first version to offer init_meta(),
85 apparently.
86
87
2a1fb9c7 880.02 2007-11-15
0c61e88b 89
d6b6d7ea 90- Moose was missing from the prereq list. Reported by Slaven Rezic.
0c61e88b 91
c001451a 92- Version 0.01 did not work after a class was made immutable.
93
0c61e88b 94
2a1fb9c7 950.01 2007-11-14
32726d88 96
0c61e88b 97- First version, released on an unsuspecting world.