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