X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=18762ff0f6d3ab1ee851361583d1cbc098c670b9;hb=3f58c364a8760b02b72f5cb487e6c94ecdaaf363;hp=60278e7b37c801fba227637b4a643b620aa50c81;hpb=532b802c617b500ba113122fdcc2bdd4fb58c672;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/ChangeLog b/ChangeLog index 60278e7..18762ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,28 @@ Revision history for Perl extension MooseX-AttributeHelpers -0.08 +0.12 + +0.11 Thurs. Jun 26, 2008 + - add the ability to curry method providers (thanks to jasonmay) + - Counter: add set and allow inc and dec to accept args + - add Bool as an attribute helper (thanks to jasonmay) + - bump all modules to version 0.11 for consistency (sartak) + +0.09 Sat. May 24, 2008 + - remove Module::Build in favor of Module::Install + + * MooseX::AttributeHelpers::MethodProvider::Hash + - delete with multiple keys will now work (thanks to frodwith) + + * MooseX::AttributeHelpers::MethodProvider::List + - add "join" and "elements" provided methods (thanks to Sartak) + + * MooseX::AttributeHelpers::MethodProvider::Array + - add "splice" provided method + +0.08 Sat. April 12, 2008 + ~~ updates copyright year on all modules ~~ + * MooseX::AttributeHelpers::MethodProvider::Hash - fixed bug in non-type constraint version of set method (thanks to frodwith) @@ -60,7 +82,7 @@ Revision history for Perl extension MooseX-AttributeHelpers * MooseX::AttributeHelpers::Base - added attribute $name to the params passed to process_options_or_provides(), which gives us more - flexibility when writing additional helpers + flexibility when writing additional helpers - removed check for 'provides' and 'isa' attr options before _process_options. It should be called always.