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