MANIFEST IS FUCKING AUTOGENERATED DO NOT COMMIT IT IT"S JUST A PAIN IN THE ASS
[gitmo/MooseX-AttributeHelpers.git] / ChangeLog
1 Revision history for Perl extension MooseX-AttributeHelpers
2
3 0.06 Tues. Dec. 7, 2007
4     * MooseX::AttributeHelpers::Base
5       - added the &remove_accessors method to comply with the
6         Class::MOP::Attribute interface
7         - added test for this
8       - the &install_accessors method now also properly assocaites
9         the methods with the attribute, so they are accessible via
10         introspection now.
11
12 0.05 Sat. Nov. 24, 2007
13     - update Class::MOP dependency
14     - hide the Moose::Meta::Attribute::Custom::* package
15       declarations from search.cpan.org (when did they change
16       things to start seeing these?? *sigh*)
17
18 0.04 Fri. Nov. 23, 2007
19     * MooseX::AttributeHelpers::Base
20       - changing this to use the new Class::MOP::Attribute
21         reader and write method ref stuff.
22       - fixed this to use find_or_create_type_constraint
23         instead of trying to parse stuff on our own.
24
25     * MooseX::AttributeHelpers::Collection
26       - this is pretty much empty subclass now cause of
27         the find_or_create_type_constraint fix above
28
29     + MooseX::AttributeHelpers::Collection::ImmutableHash
30     + MooseX::AttributeHelpers::Collection::Bag
31       - added these two new collection types
32         - added method provider roles for them
33         - added tests for them
34
35     * MooseX::AttributeHelpers::MethodProvider::Hash
36       - this is now composed from the ImmutableHash
37         method provider
38
39     * t/
40       - fixed the plans on all the tests
41
42 0.03 Mon. Sept. 17, 2007
43     ~~ more misc. doc updates ~~
44
45     * MooseX::AttributeHelpers::Counter
46       - now provides default attribute options for 'is',
47       'isa', 'provides', and 'default' if not specified.
48
49     * MooseX::AttributeHelpers::Base
50       - added attribute $name to the params passed to
51         process_options_or_provides(), which gives us more
52             flexibility when writing additional helpers
53       - removed check for 'provides' and 'isa' attr
54         options before _process_options. It should be
55         called always.
56
57     * MooseX::AttributeHelpers::MethodProvider::Array
58       - added `delete` and `insert` methods
59
60 0.02 Thurs. Sept. 13, 2007
61     ~~ some misc. doc updates ~~
62
63     * MooseX::AttributeHelpers::Base
64       - now providing subrefs for the reader and writer
65         methods to all the method provider constructors
66         (this should speed things up quite a bit).
67         - all method providers now use this internally
68
69     * MooseX::AttributeHelpers::Counter
70       - added the 'reset' method
71
72     * MooseX::AttributeHelpers::Collection::Array
73       - Extracted the List method provider role from
74         Array and made Array consume List.
75
76     + MooseX::AttributeHelpers::Collection::List
77       - created the Collection::List metaclass
78         derived from parts of the old Collection::Array
79
80 0.01 Mon. Aug. 13, 2007
81     - module released to CPAN