Skip to content

Releases: exodusanto/laravel-concierge

v0.6.0

07 Oct 13:10
Compare
Choose a tag to compare

🎉 Support

  • Laravel 9

v0.5.0

07 Oct 13:09
Compare
Choose a tag to compare

🎉 Support

  • Laravel 8

v0.4.0

28 Feb 08:22
Compare
Choose a tag to compare

🎉 Support

  • Laravel 7

v0.3.2

01 Feb 17:36
Compare
Choose a tag to compare

🆕 New Features

  • add "concierge" blade directive

v0.3.1

28 Jan 20:50
Compare
Choose a tag to compare

✨ Enhancements

  • add getApiToken and getApiTokenRefreshedAt methods (9b1dddd)

v0.3.0

28 Jan 17:34
Compare
Choose a tag to compare

💥 Breaking changes

  • Refactor trait to handle different column name (dc0c627)

v0.2.2

28 Jan 16:17
Compare
Choose a tag to compare

✨ Enhancements

  • add generateNewToken method to RefreshApiToken (e7968c9)

v0.2.1

28 Jan 14:45
Compare
Choose a tag to compare

♻️ Refactors

  • rename config file from laravel-concierge.php to concierge.php

v0.2.0

28 Jan 13:27
Compare
Choose a tag to compare

🆕 New Features

  • add RefreshApiToken trait (b411cbe)

♻️ Refactors

  • rename TimeoutApiToken contract to RefreshApiTokenContract