Bump version
[gitmo/MooseX-StrictConstructor.git] / Changes
CommitLineData
21246bff 10.12 2010-10-29
2
3- Switched tests to use Test::Fatal instead of Test::Exception.
4
5
0d6a120a 60.11 2010-09-09
7
8- Added a missing test dep on Test::Exception. Reported by Phillip Moore. RT
9 #61205.
10
11
0bd5ddeb 120.10 2010-07-16
13
14- Ignore __INSTANCE__ when passed to the constructor. Patch by Jesse
15 Luehrs. RT #59236.
16
79b37c7d 17- All init args are quoted in the inlined constructor.
18
0bd5ddeb 19
71ea10f6 200.09 2010-07-14
21
22- Use modern Moose APIs, to avoid warnings with the next Moose release.
23
24
d2d0fb5e 250.08 2009-04-07
8ce99ddb 26
27- Make this module work with Moose 0.73_01+.
28
29
0a0390cc 300.07 2008-09-01
31
32- No code changes, just a stable release for Moose 0.56.
33
34
343ac26e 350.06_02 2008-08-30
36
37* This module no longer exports Moose's sugar. Just use Moose instead.
38
a417c76b 39- Various doc fixes to reflect changes since 0.06.
40
343ac26e 41
8c0f23ac 420.06_01 2008-08-30
43
44- Rewrote this distro's functionality as roles to take advantage of
45 Moose::Util::MetaRole. Less code, plays better with other
46 extensions.
2a1fb9c7 47
48
490.06 2008-06-27
5c40fb22 50
51- Changes to the immutable bits to work with the latest Moose (0.51).
52
53
2a1fb9c7 540.05 2008-04-18
0f795b43 55
56- The fix in 0.04 only worked for non-immutable classes.
57
58
2a1fb9c7 590.04 2008-04-18
a83dec43 60
0f795b43 61- This module did not respect the init_arg attribute setting, and used
a83dec43 62 the attribute name instead. Reported by Matt Trout. RT #34507.
63
64
2a1fb9c7 650.03 2007-11-20
f65b0fb9 66
67- Require Moose 0.26, since that's first version to offer init_meta(),
68 apparently.
69
70
2a1fb9c7 710.02 2007-11-15
0c61e88b 72
d6b6d7ea 73- Moose was missing from the prereq list. Reported by Slaven Rezic.
0c61e88b 74
c001451a 75- Version 0.01 did not work after a class was made immutable.
76
0c61e88b 77
2a1fb9c7 780.01 2007-11-14
32726d88 79
0c61e88b 80- First version, released on an unsuspecting world.