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