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