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