Bump version
[gitmo/MooseX-StrictConstructor.git] / Changes
CommitLineData
d2d0fb5e 10.08 2009-04-07
8ce99ddb 2
3- Make this module work with Moose 0.73_01+.
4
5
0a0390cc 60.07 2008-09-01
7
8- No code changes, just a stable release for Moose 0.56.
9
10
343ac26e 110.06_02 2008-08-30
12
13* This module no longer exports Moose's sugar. Just use Moose instead.
14
a417c76b 15- Various doc fixes to reflect changes since 0.06.
16
343ac26e 17
8c0f23ac 180.06_01 2008-08-30
19
20- Rewrote this distro's functionality as roles to take advantage of
21 Moose::Util::MetaRole. Less code, plays better with other
22 extensions.
2a1fb9c7 23
24
250.06 2008-06-27
5c40fb22 26
27- Changes to the immutable bits to work with the latest Moose (0.51).
28
29
2a1fb9c7 300.05 2008-04-18
0f795b43 31
32- The fix in 0.04 only worked for non-immutable classes.
33
34
2a1fb9c7 350.04 2008-04-18
a83dec43 36
0f795b43 37- This module did not respect the init_arg attribute setting, and used
a83dec43 38 the attribute name instead. Reported by Matt Trout. RT #34507.
39
40
2a1fb9c7 410.03 2007-11-20
f65b0fb9 42
43- Require Moose 0.26, since that's first version to offer init_meta(),
44 apparently.
45
46
2a1fb9c7 470.02 2007-11-15
0c61e88b 48
d6b6d7ea 49- Moose was missing from the prereq list. Reported by Slaven Rezic.
0c61e88b 50
c001451a 51- Version 0.01 did not work after a class was made immutable.
52
0c61e88b 53
2a1fb9c7 540.01 2007-11-14
32726d88 55
0c61e88b 56- First version, released on an unsuspecting world.