Skip to content

Releases: omniphx/forrest

Version 2.2.0

25 Jul 04:02

Choose a tag to compare

Added ability to cache a token forever - #110 by @rkeppner

Version 2.1.5

15 Jul 19:26

Choose a tag to compare

  • #107 Fixed bug where config path was wrong in BaseServiceProvider

Version 2.1.4

14 Jul 15:12

Choose a tag to compare

#105, #106 - Cleaning up ServiceProvider namespacing by @tabirkeland

Version 2.1.3

13 Apr 15:29

Choose a tag to compare

  • Small potential bug, forgot to remove some var dumps

Version 2.1.2

11 Apr 02:27

Choose a tag to compare

  • Fix bug with Lumen and Laravel 4 constructor #90
  • Add exception for using invalid log in credentials

Version 2.1.1

20 Feb 17:41

Choose a tag to compare

  • Bugfix #81 - refresh token was trying to be stored when it wasn't available from the json response

Version 2.1.0

17 Feb 03:28

Choose a tag to compare

  • Remove routes #75. Routes will now need to be explicity defined in routes files.
  • Improve exception handling #74. Can now call through exceptions ($e->getResponse()->getStatusCode() or $e->getRequest()->getMethod()

Version 2.0.5

28 Dec 20:08

Choose a tag to compare

  • Code clean up by @RobvH (#72, #71)
  • Replace bindshared() method with singleton() in service container to support Laravel 5.2 #73

Version 2.0.4

21 Nov 14:43

Choose a tag to compare

Made retrieving tokenData atomic by @RobvH

Version 2.0.3

16 Oct 12:45

Choose a tag to compare

  • Lumen support by @Olofguard
  • Cleaned up code styles with StyleCL