X-Git-Url: http://erislabs.net/gitweb/?p=libwww-opensearch-perl.git;a=blobdiff_plain;f=Changes;h=1a7cba1eec6e92ed2a8e192abd242735fde042a2;hp=b1df0f3ba2e954be521ef32467b411a6ee24402a;hb=0418a266d571b99934f124a6d8e2b1d4b99f22fc;hpb=3b5cb6bbbb1e0ab3c88dde5067ab53cbcb613aa2 diff --git a/Changes b/Changes index b1df0f3..1a7cba1 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,34 @@ Revision history for Perl extension WWW::OpenSearch +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