some new Array methods and some pod-coverage cleanup
[gitmo/MooseX-AttributeHelpers.git] / ChangeLog
CommitLineData
22d869ff 1Revision history for Perl extension MooseX-AttributeHelpers
2
829736f9 30.03
4 ~~ more misc. doc updates ~~
5
38abf787 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
2dee86e9 13 flexibility when writing additional helpers
38abf787 14 - removed check for 'provides' and 'isa' attr
15 options before _process_options. It should be
b91f57af 16 called always.
17
18 * MooseX::AttributeHelpers::MethodProvider::Array
19 - added `delete` and `insert` methods
72a41843 20
c91a1347 210.02 Thurs. Sept. 13, 2007
22 ~~ some misc. doc updates ~~
23
457dc4fb 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
5431dff2 410.01 Mon. Aug. 13, 2007
38abf787 42 - module released to CPAN