Changes for 0.14
[gitmo/MooseX-StrictConstructor.git] / Changes
1 0.14     2011-04-13
2
3 - Using extends caused strictness to be lost. Fixed by Karen Etheridge.
4
5
6 0.13     2011-02-22
7
8 - This release provides forward compatibility with Moose 1.99+. It will still
9   work with Moose 1.23 as well. Most of the work was done by Jesse Luehrs.
10
11
12 0.12     2010-10-29
13
14 - Switched tests to use Test::Fatal instead of Test::Exception.
15
16
17 0.11     2010-09-09
18
19 - Added a missing test dep on Test::Exception. Reported by Phillip Moore. RT
20   #61205.
21
22
23 0.10     2010-07-16
24
25 - Ignore __INSTANCE__ when passed to the constructor. Patch by Jesse
26   Luehrs. RT #59236.
27
28 - All init args are quoted in the inlined constructor.
29
30
31 0.09     2010-07-14
32
33 - Use modern Moose APIs, to avoid warnings with the next Moose release.
34
35
36 0.08     2009-04-07
37
38 - Make this module work with Moose 0.73_01+.
39
40
41 0.07     2008-09-01
42
43 - No code changes, just a stable release for Moose 0.56.
44
45
46 0.06_02  2008-08-30
47
48 * This module no longer exports Moose's sugar. Just use Moose instead.
49
50 - Various doc fixes to reflect changes since 0.06.
51
52
53 0.06_01  2008-08-30
54
55 - Rewrote this distro's functionality as roles to take advantage of
56   Moose::Util::MetaRole. Less code, plays better with other
57   extensions.
58
59
60 0.06     2008-06-27
61
62 - Changes to the immutable bits to work with the latest Moose (0.51).
63
64
65 0.05     2008-04-18
66
67 - The fix in 0.04 only worked for non-immutable classes.
68
69
70 0.04     2008-04-18
71
72 - This module did not respect the init_arg attribute setting, and used
73   the attribute name instead. Reported by Matt Trout. RT #34507.
74
75
76 0.03     2007-11-20
77
78 - Require Moose 0.26, since that's first version to offer init_meta(),
79   apparently.
80
81
82 0.02     2007-11-15
83
84 - Moose was missing from the prereq list. Reported by Slaven Rezic.
85
86 - Version 0.01 did not work after a class was made immutable.
87
88
89 0.01     2007-11-14
90
91 - First version, released on an unsuspecting world.