0.06
[gitmo/MooseX-AttributeHelpers.git] / ChangeLog
CommitLineData
22d869ff 1Revision history for Perl extension MooseX-AttributeHelpers
2
34e30a7e 30.06 Tues. Dec. 7, 2007
999f34a9 4 * MooseX::AttributeHelpers::Base
5 - added the &remove_accessors method to comply with the
6 Class::MOP::Attribute interface
7 - added test for this
8 - the &install_accessors method now also properly assocaites
9 the methods with the attribute, so they are accessible via
10 introspection now.
11
f9b41f2e 120.05 Sat. Nov. 24, 2007
0f31cc28 13 - update Class::MOP dependency
999f34a9 14 - hide the Moose::Meta::Attribute::Custom::* package
0f31cc28 15 declarations from search.cpan.org (when did they change
16 things to start seeing these?? *sigh*)
17
ea60939b 180.04 Fri. Nov. 23, 2007
9a976497 19 * MooseX::AttributeHelpers::Base
20 - changing this to use the new Class::MOP::Attribute
21 reader and write method ref stuff.
999f34a9 22 - fixed this to use find_or_create_type_constraint
9a976497 23 instead of trying to parse stuff on our own.
999f34a9 24
9a976497 25 * MooseX::AttributeHelpers::Collection
999f34a9 26 - this is pretty much empty subclass now cause of
9a976497 27 the find_or_create_type_constraint fix above
999f34a9 28
9a976497 29 + MooseX::AttributeHelpers::Collection::ImmutableHash
30 + MooseX::AttributeHelpers::Collection::Bag
31 - added these two new collection types
32 - added method provider roles for them
33 - added tests for them
999f34a9 34
9a976497 35 * MooseX::AttributeHelpers::MethodProvider::Hash
36 - this is now composed from the ImmutableHash
37 method provider
999f34a9 38
9a976497 39 * t/
40 - fixed the plans on all the tests
41
420.03 Mon. Sept. 17, 2007
829736f9 43 ~~ more misc. doc updates ~~
999f34a9 44
38abf787 45 * MooseX::AttributeHelpers::Counter
46 - now provides default attribute options for 'is',
47 'isa', 'provides', and 'default' if not specified.
999f34a9 48
38abf787 49 * MooseX::AttributeHelpers::Base
50 - added attribute $name to the params passed to
51 process_options_or_provides(), which gives us more
2dee86e9 52 flexibility when writing additional helpers
38abf787 53 - removed check for 'provides' and 'isa' attr
54 options before _process_options. It should be
999f34a9 55 called always.
56
b91f57af 57 * MooseX::AttributeHelpers::MethodProvider::Array
999f34a9 58 - added `delete` and `insert` methods
72a41843 59
c91a1347 600.02 Thurs. Sept. 13, 2007
61 ~~ some misc. doc updates ~~
62
457dc4fb 63 * MooseX::AttributeHelpers::Base
999f34a9 64 - now providing subrefs for the reader and writer
457dc4fb 65 methods to all the method provider constructors
66 (this should speed things up quite a bit).
67 - all method providers now use this internally
68
69 * MooseX::AttributeHelpers::Counter
999f34a9 70 - added the 'reset' method
71
457dc4fb 72 * MooseX::AttributeHelpers::Collection::Array
999f34a9 73 - Extracted the List method provider role from
457dc4fb 74 Array and made Array consume List.
75
76 + MooseX::AttributeHelpers::Collection::List
77 - created the Collection::List metaclass
999f34a9 78 derived from parts of the old Collection::Array
457dc4fb 79
5431dff2 800.01 Mon. Aug. 13, 2007
38abf787 81 - module released to CPAN