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