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