Skip to content

Releases: truckspace/laravel-walkway

v2.1.0

07 Jun 21:27
e46fabe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

v2.0.1

26 Jan 20:51
5d659bc
Compare
Choose a tag to compare

Fixed

  • Fixed the scope separator when using multiple scopes (#18)

v2.0.0

26 Jan 19:17
e6d03fe
Compare
Choose a tag to compare

Added

  • Added support for PHP 8 (#15)
  • Added support for Laravel 6 and 7 (#15)

Changed

  • The user ID field for the socialite user now returns a UUID instead of an integer
  • You can now request additional user information via the use of scopes (#16)

Removed

  • Removed code coverage checks (#10)
  • Removed "SDK" like features (#11)
  • Removed the default migration (#11)
  • Removed the HasTruckspaceAttributes trait (#11)

v1.3.0

22 Dec 00:47
623c5b5
Compare
Choose a tag to compare

Added

  • Added the ability to change the base URL (#6)

Changed

  • Updated the composer dependencies (#7)

v1.2.0

25 Oct 17:56
4cd4ee9
Compare
Choose a tag to compare

Added

  • Added the ability to cache the users data forever (#5)

v1.1.0

04 Oct 13:17
Compare
Choose a tag to compare

Added

  • Added support for unauthenticated users and getting information for a specific user instance (#1)
  • Added the ability to fake the response from the user model (#3 and #4)

v1.0.0

02 Oct 16:02
Compare
Choose a tag to compare
  • Initial release 🥳