Bump version and use NextRelease
[gitmo/MooseX-StrictConstructor.git] / Changes
CommitLineData
71aefe0a 1{{$NEXT}}
2
3- Don't wrap BUILDALL, since this breaks if the object doesn't inherit from
4 Moose::Object (doy).
5
6
b11e74ff 70.15 2011-04-13
8
9- The fix in 0.14 only worked with Moose 2.0, causing failures with earlier
10 versions.
11
12
e5acdb8a 130.14 2011-04-13
14
15- Using extends caused strictness to be lost. Fixed by Karen Etheridge.
16
17
bab2fc84 180.13 2011-02-22
19
20- This release provides forward compatibility with Moose 1.99+. It will still
21 work with Moose 1.23 as well. Most of the work was done by Jesse Luehrs.
22
01265e2a 23
21246bff 240.12 2010-10-29
25
26- Switched tests to use Test::Fatal instead of Test::Exception.
27
28
0d6a120a 290.11 2010-09-09
30
31- Added a missing test dep on Test::Exception. Reported by Phillip Moore. RT
32 #61205.
33
34
0bd5ddeb 350.10 2010-07-16
36
37- Ignore __INSTANCE__ when passed to the constructor. Patch by Jesse
38 Luehrs. RT #59236.
39
79b37c7d 40- All init args are quoted in the inlined constructor.
41
0bd5ddeb 42
71ea10f6 430.09 2010-07-14
44
45- Use modern Moose APIs, to avoid warnings with the next Moose release.
46
47
d2d0fb5e 480.08 2009-04-07
8ce99ddb 49
50- Make this module work with Moose 0.73_01+.
51
52
0a0390cc 530.07 2008-09-01
54
55- No code changes, just a stable release for Moose 0.56.
56
57
343ac26e 580.06_02 2008-08-30
59
60* This module no longer exports Moose's sugar. Just use Moose instead.
61
a417c76b 62- Various doc fixes to reflect changes since 0.06.
63
343ac26e 64
8c0f23ac 650.06_01 2008-08-30
66
67- Rewrote this distro's functionality as roles to take advantage of
68 Moose::Util::MetaRole. Less code, plays better with other
69 extensions.
2a1fb9c7 70
71
720.06 2008-06-27
5c40fb22 73
74- Changes to the immutable bits to work with the latest Moose (0.51).
75
76
2a1fb9c7 770.05 2008-04-18
0f795b43 78
79- The fix in 0.04 only worked for non-immutable classes.
80
81
2a1fb9c7 820.04 2008-04-18
a83dec43 83
0f795b43 84- This module did not respect the init_arg attribute setting, and used
a83dec43 85 the attribute name instead. Reported by Matt Trout. RT #34507.
86
87
2a1fb9c7 880.03 2007-11-20
f65b0fb9 89
90- Require Moose 0.26, since that's first version to offer init_meta(),
91 apparently.
92
93
2a1fb9c7 940.02 2007-11-15
0c61e88b 95
d6b6d7ea 96- Moose was missing from the prereq list. Reported by Slaven Rezic.
0c61e88b 97
c001451a 98- Version 0.01 did not work after a class was made immutable.
99
0c61e88b 100
2a1fb9c7 1010.01 2007-11-14
32726d88 102
0c61e88b 103- First version, released on an unsuspecting world.