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