X-Git-Url: http://erislabs.net/gitweb/?p=libwww-opensearch-perl.git;a=blobdiff_plain;f=Changes;h=1a7cba1eec6e92ed2a8e192abd242735fde042a2;hp=066bf9026f18e649af28f30c5ba417e31813ac33;hb=1fc70f0d6badbef9bb483990d761d1446d52cbb2;hpb=ec50391b25e981b1b9bae8e42e03c0fc9c218845 diff --git a/Changes b/Changes index 066bf90..1a7cba1 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,42 @@ 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 + +0.07 Mon Sep 11 2006 + - inflate query and image fields to objects for OSD 1.1 + - pod updates + 0.06_02 Thu Jul 20 2006 - added tests - updated available description info