A tiny, cross-platform JavaScript debug console featuring custom color styles and automatic runtime environment tracking.
To są wersje tego skryptu, gdzie kod został zaktualizowany. Pokaż wszystkie wersje.
Update version and improve table method documentation
Updated version number and modified channel icons in the constructor. Enhanced documentation for table method parameters.
Implement table method for Debug channel
Add a table method to generate formatted tables in the Debug channel.
refactor: convert static CSS strings to dynamic object getters
Converts monolithic, hardcoded plain text CSS strings inside the configuration styles object into a dynamic, self-referential model driven by JavaScript getters. This architecture removes massive string redundancies by chaining shared baseline evaluations natively.
Changes:
this.common
this.b
this.bgColor()
Bump version from 1.0.7 to 1.1.0 and change getters JSDoc to use @type instead of @returns
Expose the [tag] string in a public method.
Bump version to 1.0.6
Refactor styles to fix some more clipping issues.
Bump version to 1.0.5 and refine styles
Updated version number and adjusted style properties for better layout.
Bump version to 1.0.4 and enhance style validation
Bump version to 1.0.3 and refactor theme methods
Updated version number and modified color theme evaluation methods to return 'Light' or 'Dark'. Adjusted logging methods to remove prefixes for error, fatal, network, success, and warn messages.
Bump version to 1.0.2 and enhance styles
Updated version to 1.0.2 and modified styles and message prefixes.
Update styles and version in debug.js
Updated version number and modified error, info, and warn styles for better visibility.