Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 997 Bytes

changelog.md

File metadata and controls

61 lines (38 loc) · 997 Bytes

Release Notes

Version 2.0.0

Changed

  • Compatibility with Passport 10.1. Note that you should only move to the 2.x versions if you run Passport 10.1 or higher.

Version 1.7.1

Changed

  • Added the option to check the value of a claim in the middleware

Version 1.6.0

Changed

  • Added a middleware that can check for the presence of a claim

Version 1.5.0

Changed

  • Added support for Laravel 8.x and Passport 10.x

Version 1.4.0

Changed

  • Added github workflow CI for commits and PRs

Version 1.3.0

Changed

  • Added artisan command to generate a claim class

Version 1.2.0

Changed

  • Added tests
  • Added some more documentation in the readme

version 1.1.0

Changed

  • Support Laravel Passport 9.x

Version 1.0.1

Changed

  • Depend on Laravel Passport 8.x

version 1.0.0

Changed

  • No longer proof of concept, we use this in production

version 0.0.2

Changed

  • readme changes

Version 0.0.1

Added

  • initial version