tweaking decs stuff just a bit
[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 0.02 Thurs. Sept. 13, 2007
19     ~~ some misc. doc updates ~~
20
21     * MooseX::AttributeHelpers::Base
22       - now providing subrefs for the reader and writer 
23         methods to all the method provider constructors
24         (this should speed things up quite a bit).
25         - all method providers now use this internally
26
27     * MooseX::AttributeHelpers::Counter
28       - added the 'reset' method 
29     
30     * MooseX::AttributeHelpers::Collection::Array
31       - Extracted the List method provider role from 
32         Array and made Array consume List.
33
34     + MooseX::AttributeHelpers::Collection::List
35       - created the Collection::List metaclass
36         derived from parts of the old Collection::Array 
37
38 0.01 Mon. Aug. 13, 2007
39     - module released to CPAN