Version 0.21.
[gitmo/MooseX-AttributeHelpers.git] / ChangeLog
CommitLineData
22d869ff 1Revision history for Perl extension MooseX-AttributeHelpers
18d43c2c 2
b3b21873 30.21 Sun July 19, 2009
d5e62cc7 4 - Add length to String (Florian Ragwitz).
5 - Specify build dependency on Test::Moose (Closes RT#47258) (Florian Ragwitz).
6 - Fix the error message you get on unknown 'curries' parameters to tell you
7 what it really expected (Florian Ragwitz).
8 - Doc typo fix in Collection::Bag (Sartak).
9
c1984b5c 100.20 Thu June 25, 2009
c8e6275b 11 - MXAH is moving into core. This module will be deprecated when
12 that finally happens.
13 - Remove register_implementation methods from the traits because
14 we don't want to conflict with cored AttributeHelpers. You'll need to
15 specify the full package name for traits --
16 MooseX::AttributeHelpers::Trait::Counter instead of Counter
cbe09a66 17 - New provided method for hashs: elements (Returns the key, value
c1984b5c 18 pairs in the hash as a flattened list) (plu)
cbe09a66 19
4a0da5ad 200.19 Sun June 14, 2009
21 - No functional changes from 0.18_01
22
7c981b9f 230.18_01 Mon June 1, 2009
c8e6275b 24 - Turn our metaclasses into traits, though metaclasses still exist for
25 backwards compatibility (Sartak and doy)
7167e69c 26 - Add accessor to Hash and Array (Sartak)
c8e6275b 27 - Let the user know which constraint they have violated in the confessed
28 message (nperez)
7167e69c 29
9e2db1c2 300.17 Fri April 19, 2009
31 - Add defined to Hash (Evan Carroll).
32
ff830703 330.16 Sun April 5, 2009
45749a22 34 - Add substr to String (Florian Ragwitz).
35
ff830703 360.15 Thu March 26, 2009
1266f990 37 - The splice helper for arrays was completely broken. Reported by
38 Abhijit Mahabal. RT #43343.
ff830703 39
7a93b96e 400.14 Thu October 2, 2008
41 - Run pod tests only for authors
42
2dc1c4f7 430.13 Mon September 1, 2008
44 - No code changes, just a stable release for Moose 0.56.
45
1899eeaa 460.12_01 Wed August 20, 2008
c6f9edf8 47 - fixed some missing Pod::Coverage (stevan)
38430345 48 - fixes to work with Moose 0.55_01 and Class::MOP 0.64_01
49 (nothingmuch)
22d869ff 50
83f92052 510.12 Sun. Jun 29, 2008
b77cfe61 52 - Move get from Array to List (gphat)
53 - Add first and last to List (gphat)
fe68095c 54 - Doc fixes (gphat)
83f92052 55 - fix failing tests due to using DateTime (jasonmay)
56
053ce58d 570.11 Thurs. Jun 26, 2008
58 - add the ability to curry method providers (thanks to jasonmay)
59 - Counter: add set and allow inc and dec to accept args
60 - add Bool as an attribute helper (thanks to jasonmay)
7167e69c 61 - bump all modules to version 0.11 for consistency (Sartak)
96c2370b 62
053ce58d 630.09 Sat. May 24, 2008
64 - remove Module::Build in favor of Module::Install
9e2db1c2 65
e8013350 66 * MooseX::AttributeHelpers::MethodProvider::Hash
053ce58d 67 - delete with multiple keys will now work (thanks to frodwith)
e8013350 68
69 * MooseX::AttributeHelpers::MethodProvider::List
70 - add "join" and "elements" provided methods (thanks to Sartak)
9e2db1c2 71
e8013350 72 * MooseX::AttributeHelpers::MethodProvider::Array
73 - add "splice" provided method
74
750.08 Sat. April 12, 2008
99c62fb8 76 ~~ updates copyright year on all modules ~~
77
532b802c 78 * MooseX::AttributeHelpers::MethodProvider::Hash
79 - fixed bug in non-type constraint version of set
80 method (thanks to frodwith)
81
eca30395 820.07 Tues. Jan. 1, 2008
83 * MooseX::AttributeHelpers::String
84 - Initial version
85 * MooseX::AttributeHelpers::Hash
86 - get and set now support aggregate operations
87
34e30a7e 880.06 Tues. Dec. 7, 2007
999f34a9 89 * MooseX::AttributeHelpers::Base
90 - added the &remove_accessors method to comply with the
91 Class::MOP::Attribute interface
92 - added test for this
93 - the &install_accessors method now also properly assocaites
94 the methods with the attribute, so they are accessible via
95 introspection now.
96
f9b41f2e 970.05 Sat. Nov. 24, 2007
0f31cc28 98 - update Class::MOP dependency
999f34a9 99 - hide the Moose::Meta::Attribute::Custom::* package
0f31cc28 100 declarations from search.cpan.org (when did they change
101 things to start seeing these?? *sigh*)
102
ea60939b 1030.04 Fri. Nov. 23, 2007
9a976497 104 * MooseX::AttributeHelpers::Base
105 - changing this to use the new Class::MOP::Attribute
106 reader and write method ref stuff.
999f34a9 107 - fixed this to use find_or_create_type_constraint
9a976497 108 instead of trying to parse stuff on our own.
999f34a9 109
9a976497 110 * MooseX::AttributeHelpers::Collection
999f34a9 111 - this is pretty much empty subclass now cause of
9a976497 112 the find_or_create_type_constraint fix above
999f34a9 113
9a976497 114 + MooseX::AttributeHelpers::Collection::ImmutableHash
115 + MooseX::AttributeHelpers::Collection::Bag
116 - added these two new collection types
117 - added method provider roles for them
118 - added tests for them
999f34a9 119
9a976497 120 * MooseX::AttributeHelpers::MethodProvider::Hash
121 - this is now composed from the ImmutableHash
122 method provider
999f34a9 123
9a976497 124 * t/
125 - fixed the plans on all the tests
126
1270.03 Mon. Sept. 17, 2007
829736f9 128 ~~ more misc. doc updates ~~
999f34a9 129
38abf787 130 * MooseX::AttributeHelpers::Counter
131 - now provides default attribute options for 'is',
132 'isa', 'provides', and 'default' if not specified.
999f34a9 133
38abf787 134 * MooseX::AttributeHelpers::Base
135 - added attribute $name to the params passed to
136 process_options_or_provides(), which gives us more
053ce58d 137 flexibility when writing additional helpers
38abf787 138 - removed check for 'provides' and 'isa' attr
139 options before _process_options. It should be
999f34a9 140 called always.
141
b91f57af 142 * MooseX::AttributeHelpers::MethodProvider::Array
999f34a9 143 - added `delete` and `insert` methods
72a41843 144
c91a1347 1450.02 Thurs. Sept. 13, 2007
146 ~~ some misc. doc updates ~~
147
457dc4fb 148 * MooseX::AttributeHelpers::Base
999f34a9 149 - now providing subrefs for the reader and writer
457dc4fb 150 methods to all the method provider constructors
151 (this should speed things up quite a bit).
152 - all method providers now use this internally
153
154 * MooseX::AttributeHelpers::Counter
999f34a9 155 - added the 'reset' method
156
457dc4fb 157 * MooseX::AttributeHelpers::Collection::Array
999f34a9 158 - Extracted the List method provider role from
457dc4fb 159 Array and made Array consume List.
160
161 + MooseX::AttributeHelpers::Collection::List
162 - created the Collection::List metaclass
999f34a9 163 derived from parts of the old Collection::Array
457dc4fb 164
5431dff2 1650.01 Mon. Aug. 13, 2007
38abf787 166 - module released to CPAN