Releases: klever/justgiving-api-sdk
Releases · klever/justgiving-api-sdk
0.6.0
0.5.0
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
0.4.1
0.4.0
0.3.0: Merge pull request #2 from klever/feature/add_bearer_auth
Feature/add bearer auth