- URL encode the request params in generated query string parameters.
- GitHub has made some general service changes (e.g., adding signing support), so we have adapted the docs and Makefile appropriately.
- Cleaned-up and improved the code samples in the documentation.
- Explicitly removes the
client_secret
in case the customer accidentally provides it.
- Added more documentation.
- Connected automated unit testing.
- Added a deployment
Makefile
. - Resolved an issue with how query string parameters are generated.
- Updated the docs to add some information about how the package works. Also began GPG-signing releases.
- This release updated its dependency on skyzyx/signer, which includes support for attaching PSR-3 loggers.
- Initial release.