forked from lopnor/Net-Google-DataAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
136 lines (82 loc) · 3.92 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
Revision history for Perl extension Net::Google::DataAPI
0.2801 Mon Apr 30 08:55:00 2012
- Net::Google::DataAPI::Auth::OAuth is deprecated. (#76812)
0.28 Mon Apr 16 12:55:00 2012
- new method generation by calling 'feedurl', makes 'some_feed' to get XML::Atom::Feed object
- methods getting entries generated by calling 'feedurl' now accepts XML::Atom::Feed object
0.27 Fri Apr 06 22:10:00 2012
- official release (no changes except for the version number)
0.26_2 Fri Apr 06 12:55:00 2012
- change author address
0.26_1 Fri Apr 06 11:00:00 2012
- fix test failures
- requires Net::OAuth2 0.07
0.26 Thu Apr 05 20:15:00 2012
- Supports OAuth2 with Net::Google::DataAPI::Auth::OAuth2
- now Net::Google::DataAPI::Role::Service->request does not fail with 30X codes
- Net::Google::DataAPI::Role::Service->prepare_request passes through HTTP::Request object
0.25 Fri Sep 16 13:55:00 2011
- Net::Google::DataAPI::Role::Service->request can take sign_host parameter
- Net::Google::DataAPI::Auth::ClientLogin::Multiple->sign_request can take host parameter
0.24 Mon Jun 13 15:14:00 2011
- requires LWP::Protocol::https
0.23 Sun Nov 28 19:00:00 2010
- Content-Type check only work with request with response_object parameter
- supports wildcard on domain for N::G::D::Auth::ClientLogin::Multiple
0.22 Sun Aug 15 17:50:00 2010
- fix typo
0.21 Sun Aug 15 13:00:00 2010
- removed unnecessary depencencies (#60236)
- fix failing test
0.20 Tue Aug 10 11:30:00 2010
- use space instead of comma for scope parameter (thanks to dwc)
- more documentations for Net::Google::DataAPI::Auth::OAuth (thanks to Matthew Richardson)
0.19 Mon Jun 07 12:27:00 2010
- make 'lazy_build' the content property of Role::HasContent
0.18 Sun May 16 10:08:00 2010
- coerce OAuth callback url from Str (thanks to notbenh)
0.17 Sat Mar 15 22:51:00 2010
- depends on Mouse 0.51
0.16 Sat Jan 16 18:05:00 2010
- depends on Net::Google::AuthSub 0.5
0.15 Sat Jan 16 11:12:30 2010
- entry_has accepts coderef default
0.14 Fri Jan 15 10:23:30 2010
- Force 'uncuddled_auth' on Net::Google::AuthSub _compat params
0.13 Tue Jan 05 12:40:00 2010
- entry_class of feedurl doesn't need to do 'Entry' role
- DataAPI makes entry class name accessor with feedurl method
0.12 Mon Jan 04 04:21:00 2010
- new Net::Google::DataAPI::Auth::ClientLogin::Multiple
- new prepare_request method
0.11 Thu Dec 31 18:30:00 2009
- refactored internals
- POD update
- You can pass Net::Google::AuthSub to Net::Google::DataAPI::Role::Service directly
0.10 Mon Dec 21 11:13:30 2009
- fix broken tests
0.09 Fri Dec 18 19:33:50 2009
- $XML::Atom::ForceUnicode = 1
- move XML::Atom variables to Net::Google::DataAPI::Role::Service
0.08 Fri Dec 18 18:41:45 2009
- fix dependency error for Moose
- fix Changes (it's Friday today)
0.07 Fri Dec 18 13:25:50 2009
- now uses Any::Moose
- OAuth support with Net::Google::DataAPI::Auth::OAuth
- Net::Google::DataAPI::Role::Service stops using MooseX::Role::Parameterized
- multipart request support
- less strict role check for feedurl
- support for existing query form for request
0.06 Thu Oct 15 13:44:10 2009
- change arguments for from_atom callback of feedurl to ($self, $atom)
0.05 Thu Oct 15 12:14:51 2009
- new gdata_version parameter for Net::Google::DataAPI::Role::Service
0.04 Thu Sep 24 09:46:59 2009
- Fix test errors with Net::Google::AuthSub
0.03 Wed Sep 23 10:47:17 2009
- Fix dependencies
0.02 Mon Sep 21 19:57:00 2009
- Fix test errors
0.01 Mon Sep 21 10:24:23 2009
- original version