Version 3.1.0

Enhanced data visualizer.

The HTML result of abort() and test() functions has been improved. This provides a better visual experience without blowing up the application size.

Before:

1
3

After:

2
4

This release also includes an attempt to normalize the HTML output generated by the PHP highlight_string() function, which has been changed since PHP version 8.3.0.

At the same time, a new extension has been added to remove those two functions from the core application. This allows you and others to enhance the test features using the same function names by replacing this extension with a different extension that provides the same function names but with a more attractive visual appearance.

0 Comments

No comments yet.