Skip to content

Releases: BinarCode/laravel-developer

5.0.0

17 Feb 13:13
3584634
Compare
Choose a tag to compare

Added

  • Support for Laravel 10, and drop support for Laravel 9.

4.1.0

26 May 12:32
013f619
Compare
Choose a tag to compare

Added

  • Config to disable slack against sending notifications. This might be useful in testing environments.
    /**
     * Indicate whether to allow sending slack notifications and persist them.
     */
    'slack_dev_enabled' => env('SLACK_DEV_LOG_ENABLED', true),

4.0.0

10 Feb 08:41
66e8c79
Compare
Choose a tag to compare

Changes

  • Drop support for Laravel 8.

3.0.1

14 Oct 10:58
Compare
Choose a tag to compare

Added

  • HasDevLogs trait

3.0.0

14 Oct 10:40
473e040
Compare
Choose a tag to compare

Added

  • Added a way to configure the table name in the config file developer.table
  • Renamed the base table into developer_logs
  • Added a way to add meta, target and relatedModels to the devLog( helper
  • Cleanup and namespaces changes

2.1.1

30 Jun 12:53
Compare
Choose a tag to compare

Added

  • hot fix

2.1.0

30 Jun 12:43
Compare
Choose a tag to compare

Added

  • Sending real notification instances.

2.0.0

30 Jun 11:10
Compare
Choose a tag to compare

Added

  • The exception logger will use now id as a primary key. Not uuid.

1.15.4

30 Jun 10:17
Compare
Choose a tag to compare
1.15.4 Pre-release
Pre-release
Store danger tag when storing exception.

1.15.3

30 Jun 10:04
Compare
Choose a tag to compare

Added

  • tags as a third parameter for devLog method