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