Version 0.00801.
[gitmo/MooseX-Emulate-Class-Accessor-Fast.git] / Changes
1 0.00801    Apr 09, 2009
2           - Make the accessor meta method class compatible with recent Moose.
3           - Stop using deprecated Moose api to avoid warnings.
4           - Bump Moose dependency to 0.74.
5
6 0.00800    Feb 03, 2009
7           - Fix assigning a list to an accessor stores a list ref
8              - tests
9           - TODO test for Class::Accessor::Chained::Fast compatibility
10
11 0.00701    Jan 02, 2009
12           - Better errors when trying to modify an immutable class
13           - Fix typo in Makefile.PL description
14           - Missing dep in Makefile.PL (rafl)
15
16 0.00700    Dec 29, 2008
17           - Creating a new accessor with the same name as an old one would
18             result in a new attribute with no reader/writer/accessor.
19             Reported by t0m
20              - tests (t0m)
21
22 0.00600    Dec 17, 2008
23           - Add test for a 'meta' accessor, which we need to treat as a
24             special case (t0m)
25           - Add test for not replacing pre-existing accessors generally,
26             which is behavior we don't want to lose (t0m)
27           - Don't use ->meta
28           - Don't use ->can
29           - Attempt to support attrs named meta with no success. test marked
30             as todo.
31
32 0.00500    Dec 9, 2008
33           - make_accessor, make_ro_accessor, make_rw_accessor
34             - tests
35
36 0.00400    Oct 28, 2008
37            - Fix bug where a bad assumption was causing us to infinitely loop
38              on badly-written code like Data::Page. (Reported by marcus)
39              - Tests for this
40              - Up Moose dep to 0.31
41
42 0.00300    Jul 30, 2008
43            - Replace around 'new' with a BUILD method. Faster and avoids Moose
44              bug with around/immutable and sub-classes. (t0m)
45
46 0.00200    Mar 28, 2008
47            - Extend BUILDALL to store constructor keys in the obj. hashref
48            - Minor fix to make sure Adopt doesn't trip PAUSE perms
49            - Bye bye auto_install.
50
51 0.00100    Mar 15, 2008
52            - Initial Release!