role support, in MooseX::StrictConstructor::FromRole
[gitmo/MooseX-StrictConstructor.git] / Changes
CommitLineData
71aefe0a 1{{$NEXT}}
2
98630abc 3- Throw an error when used by a non-class; it won't do what users think (rjbs)
4- addition of MooseX::StrictConstructor::FromRole, for people who really want
5 role support (ether)
4a070866 6
1d825f19 70.16 2011-04-22
8
71aefe0a 9- Don't wrap BUILDALL, since this breaks if the object doesn't inherit from
10 Moose::Object (doy).
11
12
b11e74ff 130.15 2011-04-13
14
15- The fix in 0.14 only worked with Moose 2.0, causing failures with earlier
16 versions.
17
18
e5acdb8a 190.14 2011-04-13
20
21- Using extends caused strictness to be lost. Fixed by Karen Etheridge.
22
23
bab2fc84 240.13 2011-02-22
25
26- This release provides forward compatibility with Moose 1.99+. It will still
27 work with Moose 1.23 as well. Most of the work was done by Jesse Luehrs.
28
01265e2a 29
21246bff 300.12 2010-10-29
31
32- Switched tests to use Test::Fatal instead of Test::Exception.
33
34
0d6a120a 350.11 2010-09-09
36
37- Added a missing test dep on Test::Exception. Reported by Phillip Moore. RT
38 #61205.
39
40
0bd5ddeb 410.10 2010-07-16
42
43- Ignore __INSTANCE__ when passed to the constructor. Patch by Jesse
44 Luehrs. RT #59236.
45
79b37c7d 46- All init args are quoted in the inlined constructor.
47
0bd5ddeb 48
71ea10f6 490.09 2010-07-14
50
51- Use modern Moose APIs, to avoid warnings with the next Moose release.
52
53
d2d0fb5e 540.08 2009-04-07
8ce99ddb 55
56- Make this module work with Moose 0.73_01+.
57
58
0a0390cc 590.07 2008-09-01
60
61- No code changes, just a stable release for Moose 0.56.
62
63
343ac26e 640.06_02 2008-08-30
65
66* This module no longer exports Moose's sugar. Just use Moose instead.
67
a417c76b 68- Various doc fixes to reflect changes since 0.06.
69
343ac26e 70
8c0f23ac 710.06_01 2008-08-30
72
73- Rewrote this distro's functionality as roles to take advantage of
74 Moose::Util::MetaRole. Less code, plays better with other
75 extensions.
2a1fb9c7 76
77
780.06 2008-06-27
5c40fb22 79
80- Changes to the immutable bits to work with the latest Moose (0.51).
81
82
2a1fb9c7 830.05 2008-04-18
0f795b43 84
85- The fix in 0.04 only worked for non-immutable classes.
86
87
2a1fb9c7 880.04 2008-04-18
a83dec43 89
0f795b43 90- This module did not respect the init_arg attribute setting, and used
a83dec43 91 the attribute name instead. Reported by Matt Trout. RT #34507.
92
93
2a1fb9c7 940.03 2007-11-20
f65b0fb9 95
96- Require Moose 0.26, since that's first version to offer init_meta(),
97 apparently.
98
99
2a1fb9c7 1000.02 2007-11-15
0c61e88b 101
d6b6d7ea 102- Moose was missing from the prereq list. Reported by Slaven Rezic.
0c61e88b 103
c001451a 104- Version 0.01 did not work after a class was made immutable.
105
0c61e88b 106
2a1fb9c7 1070.01 2007-11-14
32726d88 108
0c61e88b 109- First version, released on an unsuspecting world.