More changes
[gitmo/MooseX-ClassAttribute.git] / Changes
1 0.09   2009-07-09
2
3 - An attribute with a builder that wasn't also lazy caused an
4   exception when the attribute's accessor was called. Reported by
5   Josh.
6
7
8 0.08   2009-04-07
9
10 - Make this module work with Moose 0.73_01+.
11
12 - Deprecated compute_all_applicable_class_attributes. Use
13   get_all_class_attributes instead.
14
15
16 0.07   2008-11-10
17
18 - Fixed a bug where class attributes did not honor the
19   Class::MOP::Attribute properly, so things that used it directly
20   failed. This bug could be tickled by using certain
21   MooseX::AttributeHelpers attribute metaclasses with a class
22   attribute. Fixed by Shawn Moore.
23
24
25 0.06   2008-09-06
26
27 - No code changes, just added a missing prereq for
28   MooseX::AttributeHelpers.
29
30
31 0.05   2008-09-05
32
33 * Totally rewritten as proper meta classes, so it supports
34   introspection and all that good stuff. This breaks some old code
35   because there is no longer a "containing class" for class
36   attributes.
37
38
39 0.04   2008-01-21
40
41 - An internals change to make this class work with Moose 0.34.
42
43
44 0.03   2007-12-08
45
46 - Split main functionality out of sugar sub class_has(), into
47   process_class_attribute(). This makes it easier to create attributes
48   on behalf of other classes.
49
50
51 0.02   2007-11-25
52
53 - Inherit from Exporter, rather than trying to import its
54   import(). Unfortunately, older Exporters as shipped with Perl 5.6.x
55   only allow subclassing.
56
57
58 0.01   2007-11-24
59
60 - First version, released on an unsuspecting world.