diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bdb4d1..88fe465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,100 +2,104 @@ All notable changes to `guanguans/laravel-exception-notify` will be documented in this file. +## v1.2.1 - 2022-02-22 + +**Full Changelog**: https://github.com/guanguans/laravel-exception-notify/compare/v1.2.0...v1.2.1 + ## 1.2.0 - 2022-02-14 -* Support laravel9. +- Support laravel9. ## 1.1.12 - 2021-12-03 -* Optimize exception context string. -* Update config example for the custom collector. +- Optimize exception context string. +- Update config example for the custom collector. ## 1.1.11 - 2021-11-07 -* Add handle with at sign call string. -* Add mark exception line number. +- Add handle with at sign call string. +- Add mark exception line number. ## 1.1.10 - 2021-11-07 -* Add global function `notifier_report`. +- Add global function `notifier_report`. ## 1.1.9 - 2021-11-07 -* Add Custom information collector. +- Add Custom information collector. ## 1.1.8 - 2021-11-06 -* Add some collectors. +- Add some collectors. ## 1.1.7 - 2021-11-05 -* Optimize collectors. +- Optimize collectors. ## 1.1.6 - 2021-11-03 -* Add collect request header info. +- Add collect request header info. ## 1.1.5 - 2021-10-16 -* Fix the error of the push configuration file path. +- Fix the error of the push configuration file path. ## 1.1.4 - 2021-10-10 -* `Notifier::class` alias `exception.notifier`. +- `Notifier::class` alias `exception.notifier`. ## 1.1.3 - 2021-10-09 -* Fix the queue is still executed synchronously in the case of asynchronous configuration of the queue(#8). -* Fix markdown template. +- Fix the queue is still executed synchronously in the case of asynchronous configuration of the queue(#8). +- Fix markdown template. ## 1.1.2 - 2021-10-08 -* Optimize service registration. +- Optimize service registration. ## 1.1.1 - 2021-09-30 -* Fix that the configuration is not loaded in the lumen environment. +- Fix that the configuration is not loaded in the lumen environment. ## 1.1.0 - 2021-09-29 -* Adapt lumen. -* Update github config files. +- Adapt lumen. +- Update github config files. ## 1.0.7 - 2021-07-22 -* Fix Dispatch not exists method `afterResponse` error. -* Rename `exception_trace` -> `exception_stack_trace`. -* Update php-cs-fixer config file. +- Fix Dispatch not exists method `afterResponse` error. +- Rename `exception_trace` -> `exception_stack_trace`. +- Update php-cs-fixer config file. ## 1.0.6 - 2021-07-08 -* Optimize `ExceptionNotifyServiceProvider`. -* Fix config `exception_stack_trace` option. +- Optimize `ExceptionNotifyServiceProvider`. +- Fix config `exception_stack_trace` option. ## 1.0.5 - 2021-07-08 -* Rename property `on` -> `enabled`. -* Add InvalidCallException. +- Rename property `on` -> `enabled`. +- Add InvalidCallException. ## 1.0.4 - 2021-07-06 -* Optimize create client instance. -* Fix request method information name. +- Optimize create client instance. +- Fix request method information name. ## 1.0.3 - 2021-07-04 -* Optimize Notifier. +- Optimize Notifier. ## 1.0.2 - 2021-07-04 -* Add `on`、`env`、`dontReport` config options. +- Add `on`、`env`、`dontReport` config options. ## 1.0.1 - 2021-07-04 -* Optimize Notifier. -* Optimize SendExceptionNotification job. +- Optimize Notifier. +- Optimize SendExceptionNotification job. ## 1.0.0 - 2021-07-04 -* Initial release. +- Initial release.