Update spelling list
[gitmo/MooseX-ClassAttribute.git] / Changes
CommitLineData
e527a2ea 10.11
2
3- Roles can now have class attributes, which will be fully initialized when
4 the role is applied to a class.
5
6
8207dfe7 70.10 2009-08-26
8
9- Fixed to make triggers work with Moose 0.89+, and made triggers pass the old
10 attribute value when appropriate just like non-class attributes.
11
12
8a86e910 130.09 2009-07-09
14
15- An attribute with a builder that wasn't also lazy caused an
05e2588c 16 exception when the attribute's accessor was called. Reported by
17 Josh.
8a86e910 18
19
f90a1d73 200.08 2009-04-07
b64c8efa 21
b0e6dc02 22- Make this module work with Moose 0.73_01+.
b64c8efa 23
24- Deprecated compute_all_applicable_class_attributes. Use
25 get_all_class_attributes instead.
26
27
bb7b1e1a 280.07 2008-11-10
29
30- Fixed a bug where class attributes did not honor the
31 Class::MOP::Attribute properly, so things that used it directly
32 failed. This bug could be tickled by using certain
33 MooseX::AttributeHelpers attribute metaclasses with a class
34 attribute. Fixed by Shawn Moore.
35
36
b2e0e01e 370.06 2008-09-06
38
39- No code changes, just added a missing prereq for
40 MooseX::AttributeHelpers.
41
42
430.05 2008-09-05
ba0d667d 44
45* Totally rewritten as proper meta classes, so it supports
46 introspection and all that good stuff. This breaks some old code
47 because there is no longer a "containing class" for class
48 attributes.
49
50
fab23ffc 510.04 2008-01-21
52
53- An internals change to make this class work with Moose 0.34.
54
55
8d655404 560.03 2007-12-08
57
58- Split main functionality out of sugar sub class_has(), into
59 process_class_attribute(). This makes it easier to create attributes
60 on behalf of other classes.
61
62
d48c186f 630.02 2007-11-25
64
65- Inherit from Exporter, rather than trying to import its
66 import(). Unfortunately, older Exporters as shipped with Perl 5.6.x
67 only allow subclassing.
68
69
cdd206de 700.01 2007-11-24
4dee0fd3 71
d48c186f 72- First version, released on an unsuspecting world.