2063a29e5e8eef84b6cf2aa1f914c0bfb3e4ba1a
[gitmo/MooseX-AttributeHelpers.git] / ChangeLog
1 Revision history for Perl extension MooseX-AttributeHelpers
2
3 0.03
4     ~~ more misc. doc updates ~~
5
6 0.02 Thurs. Sept. 13, 2007
7     ~~ some misc. doc updates ~~
8
9     * MooseX::AttributeHelpers::Base
10       - now providing subrefs for the reader and writer 
11         methods to all the method provider constructors
12         (this should speed things up quite a bit).
13         - all method providers now use this internally
14
15     * MooseX::AttributeHelpers::Counter
16       - added the 'reset' method 
17     
18     * MooseX::AttributeHelpers::Collection::Array
19       - Extracted the List method provider role from 
20         Array and made Array consume List.
21
22     + MooseX::AttributeHelpers::Collection::List
23       - created the Collection::List metaclass
24         derived from parts of the old Collection::Array 
25
26 0.01 Mon. Aug. 13, 2007
27     - module released to CPAN