Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Releases: djchen/oauth2-fitbit

1.1.0

19 Jul 05:50
Compare
Choose a tag to compare

Changes to be compatible with league/oauth2-client 2.4
Thanks @bpedroza !

1.0.3

22 Nov 23:04
3de8cf8
Compare
Choose a tag to compare
  • Pin to league/oauth2-client version 2.3.x
    2.4.x introduces some backwards incompatible changes that breaks this library.

1.0.2

10 Jun 07:11
Compare
Choose a tag to compare
  • Add nutrition to default scopes

1.0.1

29 May 04:56
Compare
Choose a tag to compare
  • Bug fix in FitbitRateLimit

1.0.0

16 Apr 05:47
Compare
Choose a tag to compare

Upgrades to version 2.1 of the upstream The PHP League oauth2-client library.
This includes breaking changes to the API:

  • getRepsonse() is now getParsedResponse()
  • getResponse() method now returns unparsed PSR-7 Response instance

Added a getFitbitRateLimit(ResponseInterface $response) method to parse a raw response for the Fitbit Rate Limit headers and return a FitbitRateLimit object.

1.0.0-beta2

06 Mar 00:32
Compare
Choose a tag to compare
1.0.0-beta2 Pre-release
Pre-release

Updates to version 2.2 of the upstream The PHP League oauth2-client library.
Please see the 1.0.0-beta1 notes for more info about a breaking change.

Added a getFitbitRateLimit(ResponseInterface $response) method to parse a raw response for the Fitbit Rate Limit headers and return a FitbitRateLimit object.

1.0.0-beta1

29 Jan 08:00
Compare
Choose a tag to compare
1.0.0-beta1 Pre-release
Pre-release

Updates to version 2.1 of the upstream The PHP League oauth2-client library.
This includes breaking changes to the API:

  • getRepsonse() is now getParsedResponse()
  • getResponse() method now returns unparsed PSR-7 Response instance

These changes make it easier to get access to the response headers of requests. The README has been updated to reflect this.

0.3.1

29 Jan 08:02
Compare
Choose a tag to compare

Add the ability to revoke Fitbit OAuth2 access tokens.

0.2.0

29 Jan 08:01
Compare
Choose a tag to compare

Upgrade to upstream The PHP League oauth2-client version 1.2 from 1.1.

0.1.0

29 Jan 08:02
Compare
Choose a tag to compare

First release of the oauth2-fitbit package!