src
1 week ago
CHANGELOG.md
1 week ago
LICENSE
1 week ago
README.md
1 week ago
composer.json
1 week ago
CHANGELOG.md
31 lines
| 1 | # Change log |
| 2 | All notable changes to this project will be documented in this file. |
| 3 | |
| 4 | The format is based on [](http://keepachangelog.com/Keep a Changelog](http://keepachangelog.com/](http://keepachangelog.com/) |
| 5 | and this project adheres to [](http://semver.org/Semantic Versioning](http://semver.org/](http://semver.org/). |
| 6 | |
| 7 | ## [[*next-version*]] - YYYY-MM-DD |
| 8 | |
| 9 | ## [1.2.0] - 2023-06-06 |
| 10 | ### Added |
| 11 | - Separate config option for toggling backgrace logging. |
| 12 | ### Changed |
| 13 | - Exception logging include previous exception now. |
| 14 | |
| 15 | ## [1.1.0] - 2023-01-18 |
| 16 | ### Added |
| 17 | - Query Monitor logger. |
| 18 | - Multiple Loggers support via Delegating Logger. |
| 19 | - Add plugin version to the log handler. |
| 20 | |
| 21 | ## [1.0.0] - 2022-11-15 |
| 22 | ### Added |
| 23 | - Object formatter allowing to create a string representation of object. |
| 24 | |
| 25 | ## [0.2.0-alpha1] - 2021-12-09 |
| 26 | ### Changed |
| 27 | - Use WC_Logger from external service |
| 28 | |
| 29 | ## [0.1.0] - 2021-09-09 |
| 30 | Initial version. |
| 31 |