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.
NOTE: Always keep an Unreleased version at the top of this CHANGELOG for easy updating. Don't forget to update the links at the bottom of the CHANGELOG.
Unreleased - YYYY-MM-DD
- For new features.
- For changes in existing functionality.
- For once-stable features removed in upcoming releases.
- For deprecated features removed in this release.
- For any bug fixes.
- To invite users to upgrade in case of vulnerabilities.
3.1.1 - 2017-06-05
- Validate access token to OAuth2Service function calls.
- ODM module to suggestions.
- Tests.
3.1.0 - 2017-06-02
- Support for Authorization Code grant type.
3.0.0 - 2017-02-10
- Update lumen framework version to 5.4.
- Update tests.
2.0.0 - 2016-11-19
- Unit tests.
- Badges.
- Minimum PHP requirement.
- Move Eloquent storage connector to own repository.
- Eloquent storage connector.
1.4.0 - 2016-03-22
- Fix namespaces.
1.3.1 - 2016-03-07
- Update lumen-core to 1.0.
1.3.0 - 2016-03-07
- YAML mapping to doctrine implementation
- Badges.
- Move OAuth2Middleware and OAuthFacade to source root.
- Re-factor OAuth2ServiceProvider.
1.2.1 - 2016-02-22
- Add check for class exists when registering facades.
1.2.0 - 2016-02-18
- AuthenticatesUsers trait.
- OAuth2Middleware to use traits.
1.1.5 - 2016-02-18
- Improvements to Eloquent.
1.1.4 - 2015-11-13
- Doctrine mapping for client.
1.1.3 - 2015-08-24
- Exception types.
1.1.2 - 2015-07-09
- Same as 1.1.1.
1.1.1 - 2015-07-09
- Rename class to match file name.
1.1.0 - 2015-07-09
- Rename Doctrine and Eloquent service providers
- Bug that caused refresh token to be removed when access token expires.
1.0.0 - 2015-06-18
- Project files.
- Support for eloquent.