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