Releases: alleyinteractive/logger
Releases · alleyinteractive/logger
v2.2.0
What's Changed
- New helpers for QM/post/term logging
- Dependency updates
Full Changelog: v2.1.6...v2.2.0
v2.1.6
What's Changed
- Switching to mantle-framework/testkit by @srtfisher in #54
Full Changelog: v2.1.5...v2.1.6
v2.1.5
What's Changed
- Store the user agent on requests by @srtfisher in #51
Full Changelog: v2.1.4...v2.1.5
v2.1.4
v2.1.3
v2.1.2
v2.1.1
- Remove dependency on Mantle Framework. Uses https://github.com/alleyinteractive/wordpress-autoloader for autoloading.
- Removes dev dependencies from
*-built
branches.
v2.1.0
Added
- Improve logger display in-WordPress.
- Adds
ai_logger_handlers
andai_logger_processors
filters to allow Monolog
handlers and processors to be filtered. - Adds
ai_logger()->to_post()
andai_logger()->to_term()
methods for easily
creating a logger with a post/term handler
Changed
- Depends on PHP 7.4. If you need 7.3, the
7.3
and7.3-built
branches still support it for now. - Implements
Psr\Log\LoggerInterface
on theAI_Logger\AI_Logger
class to
allow the logger to support DI against the logger interface. - Moved to GitHub actions for continuous integration.
v2.1-beta2
Added
- Improve logger display in-WordPress.
- Adds
ai_logger_handlers
andai_logger_processors
filters to allow Monolog
handlers and processors to be filtered. - Adds
ai_logger()->to_post()
andai_logger()->to_term()
methods for easily
creating a logger with a post/term handler
Changed
- Implements
Psr\Log\LoggerInterface
on theAI_Logger\AI_Logger
class to
allow the logger to support DI against the logger interface. - Moved to GitHub actions for continuous integration.
v2.1-beta1
Improve logger display in-WordPress.