nothing really
[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
829736f9 16 called always.
72a41843 17
c91a1347 180.02 Thurs. Sept. 13, 2007
19 ~~ some misc. doc updates ~~
20
457dc4fb 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
5431dff2 380.01 Mon. Aug. 13, 2007
38abf787 39 - module released to CPAN