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