Skip to content

Releases: honeybadger-io/honeybadger-laravel

v2.0.1

01 Oct 17:50
0f3dadd
Compare
Choose a tag to compare

Fixed

  • Route action and component for Lumen (#42)

v2.0.0

23 Sep 09:44
cf8fe50
Compare
Choose a tag to compare

Changed

  • Update dependency minimum version (#41)
    • Laravel/Illuminate (6.x)
    • Honeybadger PHP (2.x)
  • Removed support for PHP 7.1 (#41)
  • Removed support for Laravel/Illuminate 5.x (#41)
  • Update Travis config to reflect new support (#41)

v1.7.3

23 Sep 09:37
e084eda
Compare
Choose a tag to compare

Changed

  • Removed Laravel 6 support since there was a breaking change in the monolog driver for honeybadger-php. Version 2.0 will support Laravel 6. (#40)

v1.7.2

05 Sep 16:30
2b5209a
Compare
Choose a tag to compare

Fixed

  • Error when here is a component and not an action (#37)

v1.7.1

05 Sep 11:50
db67b5d
Compare
Choose a tag to compare

Fixed

  • Request action and component (#35)

v1.7.0

04 Sep 16:07
a57a02a
Compare
Choose a tag to compare

Added

  • Controller action and component to middleware (#31)

Changed

  • Updated support for Laravel 6.0 (#32)
  • Increased the minimum version of the honeybadger-php package (#33)

v1.6.0

27 Jun 14:00
40480a5
Compare
Choose a tag to compare

Added

  • Deploy command (#26)

v1.5.0

17 Dec 11:42
Compare
Choose a tag to compare

Added

  • PHP 7.3 to Travis (#19)

Removed

  • php-cs-fixer dev dependency (#20)

v1.4.0

02 Nov 16:30
5ae5a13
Compare
Choose a tag to compare

Added

  • Installer command for Lumen & Laravel (#11)

Changed

  • Updated version contraints (#15)

v1.3.0

14 Sep 02:18
Compare
Choose a tag to compare

Added

  • Support for Laravel 5.7 (#13)

Changed