mention a few more method providers in the main docs
[gitmo/MooseX-AttributeHelpers.git] / ChangeLog
CommitLineData
22d869ff 1Revision history for Perl extension MooseX-AttributeHelpers
18d43c2c 2
cbe09a66 3 - New provided method for hashs: elements (Returns the key, value
4 pairs in the hash as a flattened list)
5
4a0da5ad 60.19 Sun June 14, 2009
7 - No functional changes from 0.18_01
8
7c981b9f 90.18_01 Mon June 1, 2009
10 - Turn our metaclasses into traits, though metaclasses still exist for
11 backwards compatibility (Sartak and doy)
7167e69c 12 - Add accessor to Hash and Array (Sartak)
7c981b9f 13 - Let the user know which constraint they have violated in the confessed
14 message (nperez)
7167e69c 15
9e2db1c2 160.17 Fri April 19, 2009
17 - Add defined to Hash (Evan Carroll).
18
ff830703 190.16 Sun April 5, 2009
45749a22 20 - Add substr to String (Florian Ragwitz).
21
ff830703 220.15 Thu March 26, 2009
1266f990 23 - The splice helper for arrays was completely broken. Reported by
24 Abhijit Mahabal. RT #43343.
ff830703 25
7a93b96e 260.14 Thu October 2, 2008
27 - Run pod tests only for authors
28
2dc1c4f7 290.13 Mon September 1, 2008
30 - No code changes, just a stable release for Moose 0.56.
31
1899eeaa 320.12_01 Wed August 20, 2008
c6f9edf8 33 - fixed some missing Pod::Coverage (stevan)
38430345 34 - fixes to work with Moose 0.55_01 and Class::MOP 0.64_01
35 (nothingmuch)
22d869ff 36
83f92052 370.12 Sun. Jun 29, 2008
b77cfe61 38 - Move get from Array to List (gphat)
39 - Add first and last to List (gphat)
fe68095c 40 - Doc fixes (gphat)
83f92052 41 - fix failing tests due to using DateTime (jasonmay)
42
053ce58d 430.11 Thurs. Jun 26, 2008
44 - add the ability to curry method providers (thanks to jasonmay)
45 - Counter: add set and allow inc and dec to accept args
46 - add Bool as an attribute helper (thanks to jasonmay)
7167e69c 47 - bump all modules to version 0.11 for consistency (Sartak)
96c2370b 48
053ce58d 490.09 Sat. May 24, 2008
50 - remove Module::Build in favor of Module::Install
9e2db1c2 51
e8013350 52 * MooseX::AttributeHelpers::MethodProvider::Hash
053ce58d 53 - delete with multiple keys will now work (thanks to frodwith)
e8013350 54
55 * MooseX::AttributeHelpers::MethodProvider::List
56 - add "join" and "elements" provided methods (thanks to Sartak)
9e2db1c2 57
e8013350 58 * MooseX::AttributeHelpers::MethodProvider::Array
59 - add "splice" provided method
60
610.08 Sat. April 12, 2008
99c62fb8 62 ~~ updates copyright year on all modules ~~
63
532b802c 64 * MooseX::AttributeHelpers::MethodProvider::Hash
65 - fixed bug in non-type constraint version of set
66 method (thanks to frodwith)
67
eca30395 680.07 Tues. Jan. 1, 2008
69 * MooseX::AttributeHelpers::String
70 - Initial version
71 * MooseX::AttributeHelpers::Hash
72 - get and set now support aggregate operations
73
34e30a7e 740.06 Tues. Dec. 7, 2007
999f34a9 75 * MooseX::AttributeHelpers::Base
76 - added the &remove_accessors method to comply with the
77 Class::MOP::Attribute interface
78 - added test for this
79 - the &install_accessors method now also properly assocaites
80 the methods with the attribute, so they are accessible via
81 introspection now.
82
f9b41f2e 830.05 Sat. Nov. 24, 2007
0f31cc28 84 - update Class::MOP dependency
999f34a9 85 - hide the Moose::Meta::Attribute::Custom::* package
0f31cc28 86 declarations from search.cpan.org (when did they change
87 things to start seeing these?? *sigh*)
88
ea60939b 890.04 Fri. Nov. 23, 2007
9a976497 90 * MooseX::AttributeHelpers::Base
91 - changing this to use the new Class::MOP::Attribute
92 reader and write method ref stuff.
999f34a9 93 - fixed this to use find_or_create_type_constraint
9a976497 94 instead of trying to parse stuff on our own.
999f34a9 95
9a976497 96 * MooseX::AttributeHelpers::Collection
999f34a9 97 - this is pretty much empty subclass now cause of
9a976497 98 the find_or_create_type_constraint fix above
999f34a9 99
9a976497 100 + MooseX::AttributeHelpers::Collection::ImmutableHash
101 + MooseX::AttributeHelpers::Collection::Bag
102 - added these two new collection types
103 - added method provider roles for them
104 - added tests for them
999f34a9 105
9a976497 106 * MooseX::AttributeHelpers::MethodProvider::Hash
107 - this is now composed from the ImmutableHash
108 method provider
999f34a9 109
9a976497 110 * t/
111 - fixed the plans on all the tests
112
1130.03 Mon. Sept. 17, 2007
829736f9 114 ~~ more misc. doc updates ~~
999f34a9 115
38abf787 116 * MooseX::AttributeHelpers::Counter
117 - now provides default attribute options for 'is',
118 'isa', 'provides', and 'default' if not specified.
999f34a9 119
38abf787 120 * MooseX::AttributeHelpers::Base
121 - added attribute $name to the params passed to
122 process_options_or_provides(), which gives us more
053ce58d 123 flexibility when writing additional helpers
38abf787 124 - removed check for 'provides' and 'isa' attr
125 options before _process_options. It should be
999f34a9 126 called always.
127
b91f57af 128 * MooseX::AttributeHelpers::MethodProvider::Array
999f34a9 129 - added `delete` and `insert` methods
72a41843 130
c91a1347 1310.02 Thurs. Sept. 13, 2007
132 ~~ some misc. doc updates ~~
133
457dc4fb 134 * MooseX::AttributeHelpers::Base
999f34a9 135 - now providing subrefs for the reader and writer
457dc4fb 136 methods to all the method provider constructors
137 (this should speed things up quite a bit).
138 - all method providers now use this internally
139
140 * MooseX::AttributeHelpers::Counter
999f34a9 141 - added the 'reset' method
142
457dc4fb 143 * MooseX::AttributeHelpers::Collection::Array
999f34a9 144 - Extracted the List method provider role from
457dc4fb 145 Array and made Array consume List.
146
147 + MooseX::AttributeHelpers::Collection::List
148 - created the Collection::List metaclass
999f34a9 149 derived from parts of the old Collection::Array
457dc4fb 150
5431dff2 1510.01 Mon. Aug. 13, 2007
38abf787 152 - module released to CPAN