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