added default attr options to Counter
[gitmo/MooseX-AttributeHelpers.git] / ChangeLog
CommitLineData
22d869ff 1Revision history for Perl extension MooseX-AttributeHelpers
2
38abf787 30.04
4 ~~ changed 'make' references in README to 'Build' ~~
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
72a41843 180.03
19 ~~ more misc. doc updates ~~
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