Revision history for Perl extension Net::Google::DataAPI

0.2805  Sat Jun 28 17:30:00 2014
        - allow state parameter for Net::Google::DataAPI::Auth::OAuth2

0.2804  Tue Mar 11 14:46:18 2014
        - increase MaxLineLength of LWP::Protocol::http::EXTRA_SOCK_OPTS (thanks to Erin Spiceland)

0.2803  Mon Feb 18 6:50:00 2013
        - Official release

0.2802_2 Fri Feb 15 23:15:00 2013
        - follow changes of Net::OAuth2 0.53

0.2802_1 Sun Jan 13 10:30:00 2013
        - follow changes of Net::OAuth2 (thanks to @ediblenergy, https://github.com/lopnor/Net-Google-DataAPI/pull/3)
        - bump up versions of dependencies

0.2802  Mon Sep 10 12:00:00 2012
        - Support additional params in authorize_url() (thanks to @hsw, https://github.com/lopnor/Net-Google-DataAPI/pull/1)

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