Skip to content

Releases: webandco/neos-dev-tools

Typo fixes

08 Apr 06:12

Choose a tag to compare

1.0.3

TASK: fixed typo

First release avoiding issues with Neos 9

01 Apr 10:07

Choose a tag to compare

1.0.2

TASK: RuntimeStatsAspect avoids failing class in Neos 9

Update license in composer.json

29 Aug 08:35
45f8970

Choose a tag to compare

1.0.1

Update composer.json

Updated Package requirements, wLog improvement and runtime log aspect

24 Aug 11:43

Choose a tag to compare

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

22 Mar 15:23

Choose a tag to compare

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

09 Aug 15:13

Choose a tag to compare

0.4.1

Added generic ObjectRenderer and sapi dependendant logger destination

Flow 7 compatibility and Signal/Fusion runtime logging

06 Jul 12:03

Choose a tag to compare

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

13 Oct 14:09

Choose a tag to compare

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

13 Oct 09:08

Choose a tag to compare

Pre-release
0.3.1

[task] update BacktraceService, add option to write the caller of wLo…

0.3.0

21 Apr 10:34

Choose a tag to compare

Added StopwatchTree and BacktraceService

Breaking change: Stopwatch::format is now static