Imported Upstream version 0.11
[libwww-opensearch-perl.git] / Changes
1 Revision history for Perl extension WWW::OpenSearch
2
3 0.11    Tue Apr 17 2007
4         - added a simple OSD parsing test
5
6 0.10_02 Tue Jan 23 2007
7         - fix Request.pm to clone the extra attributes we've
8           added (Marc Tobias)
9
10 0.10_01 Mon Jan 22 2007
11         - use URI::Template for parsing OSD uri templates
12         - added opensearch-specific Request and Agent classes
13         - un-break get_best_url()
14         - you can now pass a WWW::OpenSearch::Url to WWW::OpenSearch's
15           search() method
16         - added ns() (namespace) field to Url.pm
17         - re-worked paging to use the new Request object
18
19         [ THINGS THAT MAY BREAK YOUR CODE ]
20         - using URI::Template means some methods are now proxied to
21           that class
22         - removed agent argument in new() in OpenSearch.pm
23         - handling of POST requests in prepare_query() in Url.pm now 
24           returns data suitable for passing to HTTP::Request
25         - un-link Response.pm and the parent WWW::OpenSearch object --
26           a Response is now in the context of whatever
27           WWW::OpenSearch::Url was used
28
29 0.09    Thu Dec 07 2006
30         - fix link fetching from atom feeds
31
32 0.08    Wed Sep 13 2006
33         - fix optional attributes for Image
34         - added strict to Url object
35
36 0.07    Mon Sep 11 2006
37         - inflate query and image fields to objects for OSD 1.1
38         - pod updates
39
40 0.06_02 Thu Jul 20 2006
41         - added tests
42         - updated available description info
43         - try to handle POST urls better
44         - update XML::Atom calls to latest release API
45         - added option to override the useragent from new()
46         - fix undef warning
47         - turn utf8 flag off for queries
48
49 0.06_01 Thu May 18 2006
50         - Complete re-write to handle OpenSearch 1.1/Atom
51         - Now uses XML::Feed to abstract RSS and Atom
52         - Improved OpenSearch Description/Url handling
53         - Encapsulate returns in a Response object
54
55 0.05  Mon Jan  9 18:30:18 UTC 2006
56         - Added partial support of OpenSearch 1.1. There's no API change and
57           old elements just work as before, with 1.1 OpenSearch document as
58           well. See http://opensearch.a9.com/docs/upgrading10.jsp
59           (Thanks to Masaaki Hirose)
60           
61 0.04  Sat Jul 29 18:34:31 PDT 2005
62         - Drop off XML::Simple for efficiency.
63           LibXMLify everything. Now you need XML::RSS::LibXML 
64
65 0.03  Sun Jul 24 02:36:46 PDT 2005
66         - Hacked current_page so you can specify page number correctly
67           (Thanks to Naoya Ito)
68
69 0.02  Sat Mar 26 14:14:58 JST 2005
70         - Added accessors for attributes
71         - Fixed POD
72
73 0.01  Thu Mar 17 20:45:13 2005
74         - original version