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