misc crap
[gitmo/MooseX-AttributeHelpers.git] / ChangeLog
1 Revision history for Perl extension MooseX-AttributeHelpers
2
3 0.03
4     ~~ more misc. doc updates ~~
5     
6     * MooseX::AttributeHelpers::Counter
7       - now provides default attribute options for 'is',
8       'isa', 'provides', and 'default' if not specified.
9     
10     * MooseX::AttributeHelpers::Base
11       - added attribute $name to the params passed to
12         process_options_or_provides(), which gives us more
13             flexibility when writing additional helpers
14       - removed check for 'provides' and 'isa' attr
15         options before _process_options. It should be
16         called always.   
17         
18     * MooseX::AttributeHelpers::MethodProvider::Array
19       - added `delete` and `insert` methods 
20
21 0.02 Thurs. Sept. 13, 2007
22     ~~ some misc. doc updates ~~
23
24     * MooseX::AttributeHelpers::Base
25       - now providing subrefs for the reader and writer 
26         methods to all the method provider constructors
27         (this should speed things up quite a bit).
28         - all method providers now use this internally
29
30     * MooseX::AttributeHelpers::Counter
31       - added the 'reset' method 
32     
33     * MooseX::AttributeHelpers::Collection::Array
34       - Extracted the List method provider role from 
35         Array and made Array consume List.
36
37     + MooseX::AttributeHelpers::Collection::List
38       - created the Collection::List metaclass
39         derived from parts of the old Collection::Array 
40
41 0.01 Mon. Aug. 13, 2007
42     - module released to CPAN