Releases: HypeMC/loggable-command-bundle
Releases · HypeMC/loggable-command-bundle
v1.5.0
- Allow Symfony 7 in
composer.json
v1.4.1
- Fix case when handler has no channels configured
v1.4.0
- Extract path resolving into a service
v1.3.0
- Fix Symfony 6.1 depreciations
- add
#[AsCommand]
attribute
- the
ConsoleHandler
no longer extends Symfony's ConsoleHandler
, composition is used instead
- Fix compatibility with Monolog 3
v1.2.0
- Fix compatibility with MonologBundle 3.8
- Add options to configure the
PsrLogMessageProcessor
v1.1.1
- Allow Symfony 6
- Remove
symfony/service-contracts
& psr/log
as direct dependencies
v1.1.0
- Inherit attributes/annotations from parent classes
v1.0.1
- Resolve parameters in attributes & annotations