Skip to content

Releases: klever/justgiving-api-sdk

0.6.0

11 Jan 18:10
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release
  • Allow an array of attributes to be passed to an API call as an alternative to a model (42c32de)
  • Allow use with Laravel 8 (872f8ef)
  • Upgrade to Guzzle 7, which is compatible with PSR-18 out of the box (c3c549c)

0.5.0

23 Nov 17:04
1847b7a
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

Contains breaking changes from 0.4.0
See new setup process for the JustGiving client in readme.

  • Remove the need for an HTTP client factory
  • Accept any PSR-18 compatible client, or build a default
  • Move responsibility for tracking API version/root domain to the JustGivingClient
  • Allow requests to any user-specified endpoint with custom parameters
  • Allow switching of root domain and API version during custom requests

0.4.2

18 Nov 14:26
92d7b2d
Compare
Choose a tag to compare
0.4.2 Pre-release
Pre-release
  • Allow secret key to be provided when using AppAuth object

0.4.1

18 Nov 13:48
89fe351
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release
  • Fix API tests
  • Some refactoring around test classes

0.4.0

22 Oct 16:32
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
Bump Carbon, Illuminate deps, gitignore composer.lock

0.3.0: Merge pull request #2 from klever/feature/add_bearer_auth

18 Jan 11:07
58e9aca
Compare
Choose a tag to compare
Feature/add bearer auth

0.1.0

11 Dec 13:10
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
Remove null coalesce operators