All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.3.1 - 2019-11-29
- Fix query string hash with false parameters (pull request #11, @jvanraaij)
1.3.0 - 2019-10-27
- Support for Laravel 6 (issue #11)
1.2.4 - 2018-09-05
- Completely refactored QSH generation logic (fixes #10)
1.2.3 - 2018-08-15
- Fixed the "Unauthorized" bug on requests with spaced query parameter values (#9).
1.2.2 - 2018-01-13
- Implemented Webhooks handling
- Implemented
webhook
andwebhooks
methods in theDescriptor
facade
1.2.1 - 2018-01-03
- Register the listeners in the subscriber instead of putting to the EventServiceProvider
- Fixed and improved README
1.2.0 - 2017-09-24
JWTClient
to create requests to the JIRA/Confluence (closes #3)- Pagination (used by
JWTClient
) - Note about using route helper in the
AppServiceProvider
to the README
- Typos and code style issues
- TODO section in the README
1.1.0 - 2017-09-08
- Tests for Descriptor facade methods fluent, withModules, withoutModules, setScopes, base
- Support of
oauthClientId
- CHANGELOG
- Environment variable
PLUGIN_AUTH_TYPE
- Typos and code style issues
1.0.2 - 2017-09-06
- Descriptor facade methods fluent, withModules, withoutModules, setScopes, base
- Example of customizing the Descriptor contents to the README
- TODO section to the README
1.0.1 - 2017-09-04
- Package keywords at composer.json