forked from a64f7bb4-7358-4778-9fbe-3b882c34cc1d/v1
69 lines
1.2 KiB
Markdown
69 lines
1.2 KiB
Markdown
# Change Log
|
|
|
|
### 3.0.0: 2022-04-05:
|
|
|
|
- psr/log ^3
|
|
- Drop support for PHP versions prior to 8.0
|
|
|
|
### 2.1.1: 2022-02-23:
|
|
|
|
- psr/log ^2
|
|
|
|
### 2.1.0: 2022-01-29:
|
|
|
|
- SettableOutputStreamInterface
|
|
|
|
### 2.0.4: 2021-12-30:
|
|
|
|
- Symfony 6
|
|
|
|
### 2.0.3: 2021-12-29
|
|
|
|
- PHP 8.1
|
|
|
|
### 2.0.2: 2020-12-10:
|
|
|
|
- PHP 8
|
|
|
|
### 2.0.1: 2020-5-27:
|
|
|
|
- Use symfony5 in tests. Fix erroneous branch alias and minimum php versions in composer.json. (#16)
|
|
|
|
### 2.0.0: 2020-2-6:
|
|
|
|
- Test with PHP 7.4. Remove support for old versions of PHP.
|
|
|
|
### 1.1.1: 2019-1-1
|
|
|
|
- Allow logger manager to manage a global style for loggers (#12)
|
|
|
|
### 1.1.0: 2018-12-29
|
|
|
|
- Add a logger manager (#11)
|
|
- Update to Composer Test Scenarios 3 (#10)
|
|
|
|
### 1.0.6: 2018-05-25
|
|
|
|
- Use g1a/composer-test-scenarios (#9)
|
|
|
|
### 1.0.5: 2017-11-28
|
|
|
|
- Test Symfony version 2, 3 and 4 with different versions of php. (#5)
|
|
|
|
### 1.0.4: 2017-11-18
|
|
|
|
- Support for Symfony 4 by Tobias Nyholm (#4)
|
|
|
|
### 1.0.3: 2016-03-23
|
|
|
|
- Split up the log() method a bit.
|
|
- Run code sniffer prior to running tests to ensure PSR-2 compliance.
|
|
|
|
### 1.0.2: 2016-03-22
|
|
|
|
- Remove unused components accidentally left in composer.json.
|
|
|
|
### 1.0.1: 2016-03-19
|
|
|
|
- Add a license file.
|