066bf9026f18e649af28f30c5ba417e31813ac33
[libwww-opensearch-perl.git] / Changes
1 Revision history for Perl extension WWW::OpenSearch
2
3 0.06_02 Thu Jul 20 2006
4         - added tests
5         - updated available description info
6         - try to handle POST urls better
7         - update XML::Atom calls to latest release API
8         - added option to override the useragent from new()
9         - fix undef warning
10         - turn utf8 flag off for queries
11
12 0.06_01 Thu May 18 2006
13         - Complete re-write to handle OpenSearch 1.1/Atom
14         - Now uses XML::Feed to abstract RSS and Atom
15         - Improved OpenSearch Description/Url handling
16         - Encapsulate returns in a Response object
17
18 0.05  Mon Jan  9 18:30:18 UTC 2006
19         - Added partial support of OpenSearch 1.1. There's no API change and
20           old elements just work as before, with 1.1 OpenSearch document as
21           well. See http://opensearch.a9.com/docs/upgrading10.jsp
22           (Thanks to Masaaki Hirose)
23           
24 0.04  Sat Jul 29 18:34:31 PDT 2005
25         - Drop off XML::Simple for efficiency.
26           LibXMLify everything. Now you need XML::RSS::LibXML 
27
28 0.03  Sun Jul 24 02:36:46 PDT 2005
29         - Hacked current_page so you can specify page number correctly
30           (Thanks to Naoya Ito)
31
32 0.02  Sat Mar 26 14:14:58 JST 2005
33         - Added accessors for attributes
34         - Fixed POD
35
36 0.01  Thu Mar 17 20:45:13 2005
37         - original version