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