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