Bump version
[gitmo/MooseX-ClassAttribute.git] / Changes
CommitLineData
dd23283b 10.19 2010-10-06
2
3- Removed references to MooseX::ClassAttribute::Meta::Method::Accessor, which
4 was removed in 0.18. This caused lots of test failures if you hadn't
5 installed a previous version of this distribution.
6
7
973b0b62 80.18 2010-10-05
9ef90a45 9
10- Changes to work with (and require) Moose 1.15.
11
12
935982fc 130.17 2010-09-26
14
15- Changes to work with (and require) Moose 1.09.
16
17
9c33b9a6 180.16 2010-07-15
19
20- More warnings fixes for next Moose release.
21
22- Fix bad repo metadata.
23
24
c91cf422 250.15 2010-07-14
26
27- Fix bad uri for bugtracker in metadata
28
29
e4fd69af 300.14 2010-07-14
31
32- Use modern Moose APIs, to avoid warnings with the next Moose release.
33
34
2903ee03 350.13 2010-02-11
36
37- Fixed tests that failed if you had an older version of
38 MooseX::AttributeHelpers installed.
39
40
40935001 410.12 2010-02-10
42
43- Fixed so that applying a role with class attributes to an instance works
44 with Moose 0.98.
45
46
119b0ff4 470.11 2010-02-09
e527a2ea 48
49- Roles can now have class attributes, which will be fully initialized when
50 the role is applied to a class.
51
04b89789 52- Many modules have been renamed from MooseX::ClassAttribute::Role::Meta::* to
53 MooseX::ClassAttribute::Trait::*.
54
55- Deprecated the get_class_attribute_map method.
56
e49a5022 57- Added a version number to every .pm file.
58
e527a2ea 59
8207dfe7 600.10 2009-08-26
61
62- Fixed to make triggers work with Moose 0.89+, and made triggers pass the old
63 attribute value when appropriate just like non-class attributes.
64
65
8a86e910 660.09 2009-07-09
67
68- An attribute with a builder that wasn't also lazy caused an
05e2588c 69 exception when the attribute's accessor was called. Reported by
70 Josh.
8a86e910 71
72
f90a1d73 730.08 2009-04-07
b64c8efa 74
b0e6dc02 75- Make this module work with Moose 0.73_01+.
b64c8efa 76
77- Deprecated compute_all_applicable_class_attributes. Use
78 get_all_class_attributes instead.
79
80
bb7b1e1a 810.07 2008-11-10
82
83- Fixed a bug where class attributes did not honor the
84 Class::MOP::Attribute properly, so things that used it directly
85 failed. This bug could be tickled by using certain
86 MooseX::AttributeHelpers attribute metaclasses with a class
87 attribute. Fixed by Shawn Moore.
88
89
b2e0e01e 900.06 2008-09-06
91
92- No code changes, just added a missing prereq for
93 MooseX::AttributeHelpers.
94
95
960.05 2008-09-05
ba0d667d 97
98* Totally rewritten as proper meta classes, so it supports
99 introspection and all that good stuff. This breaks some old code
100 because there is no longer a "containing class" for class
101 attributes.
102
103
fab23ffc 1040.04 2008-01-21
105
106- An internals change to make this class work with Moose 0.34.
107
108
8d655404 1090.03 2007-12-08
110
111- Split main functionality out of sugar sub class_has(), into
112 process_class_attribute(). This makes it easier to create attributes
113 on behalf of other classes.
114
115
d48c186f 1160.02 2007-11-25
117
118- Inherit from Exporter, rather than trying to import its
119 import(). Unfortunately, older Exporters as shipped with Perl 5.6.x
120 only allow subclassing.
121
122
cdd206de 1230.01 2007-11-24
4dee0fd3 124
d48c186f 125- First version, released on an unsuspecting world.