Releases: webandco/neos-dev-tools
Releases · webandco/neos-dev-tools
Typo fixes
First release avoiding issues with Neos 9
1.0.2 TASK: RuntimeStatsAspect avoids failing class in Neos 9
Update license in composer.json
1.0.1 Update composer.json
Updated Package requirements, wLog improvement and runtime log aspect
This release increases the requirements to PHP 8 and Stopwatch 6.x and has two new features
- Runtime logging aspect which can be configured by Settings.yaml
- wLog does not return a LogService instance anymore, but a LogServiceFluentTerminator to keep the log messages in correct order as they are logged
Hexdump and caller log
wLog() now logs the caller of the method by default.
To analyze binary data wLog()->hexDump($binaryData); can be used which shows in a command line tool hexdump like format (Thanks to https://stackoverflow.com/a/34279537).
PHP SAPI dependant logger added to log to stdout in case of CLI commands
0.4.1 Added generic ObjectRenderer and sapi dependendant logger destination
Flow 7 compatibility and Signal/Fusion runtime logging
The flow SystemLogger Interface is changed to LoggerInterface to be Flow 7.x compatible. Emitted signals and Fusion runtime can be logged via Settings.yaml.
Additional logging options
This release adds a NodeInterfaceRenderer, easier to use logging eye candy like underline/bold/italic/blink/background colored logging. An option to add the calling method in the logging output and conditional logging.
Show caller in wLog() logs
0.3.1 [task] update BacktraceService, add option to write the caller of wLo…