X-Git-Url: http://erislabs.net/gitweb/?p=libwww-opensearch-perl.git;a=blobdiff_plain;f=Changes;h=d14ce4c1f6325ef341848077b393043e81262d97;hp=b1df0f3ba2e954be521ef32467b411a6ee24402a;hb=fd3b37772b8be53cd079f2c34ba4f8cdc422d29d;hpb=51d6cd8e2223091f60850c0eecab47a50a21fb30 diff --git a/Changes b/Changes index b1df0f3..d14ce4c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,41 @@ Revision history for Perl extension WWW::OpenSearch +0.13 Fri Dec 21 2007 + - Fix pod coverage (Ian Beckwith) + +0.12 Tue May 01 2007 + - switch from ||= to a "defined" idiom for some params + - switch to Module::Install + +0.11 Tue Apr 17 2007 + - added a simple OSD parsing test + +0.10_02 Tue Jan 23 2007 + - fix Request.pm to clone the extra attributes we've + added (Marc Tobias) + +0.10_01 Mon Jan 22 2007 + - use URI::Template for parsing OSD uri templates + - added opensearch-specific Request and Agent classes + - un-break get_best_url() + - you can now pass a WWW::OpenSearch::Url to WWW::OpenSearch's + search() method + - added ns() (namespace) field to Url.pm + - re-worked paging to use the new Request object + + [ THINGS THAT MAY BREAK YOUR CODE ] + - using URI::Template means some methods are now proxied to + that class + - removed agent argument in new() in OpenSearch.pm + - handling of POST requests in prepare_query() in Url.pm now + returns data suitable for passing to HTTP::Request + - un-link Response.pm and the parent WWW::OpenSearch object -- + a Response is now in the context of whatever + WWW::OpenSearch::Url was used + +0.09 Thu Dec 07 2006 + - fix link fetching from atom feeds + 0.08 Wed Sep 13 2006 - fix optional attributes for Image - added strict to Url object