@ui5/logger
Advanced tools
Changelog
[v4.0.0] - 2024-07-16
37620d7
550a3cd
Support for older Node.js and npm releases has been dropped. Only Node.js 20.11.x and >=21.2.0 as well as npm v10 or higher are supported.
<a name="v3.0.0"></a>
Changelog
[v3.0.0] - 2023-02-09
66a159a
3aea5e7
c79608b
a8af8a7
The @ui5/logger got refactored and as a result its API went public.
Remove the usage of npmlog and refactor @ui5/logger modules to emit log events which are then caught in dedicated handlers. This is somewhat inspired by npm's proc-log module.
This breaking change removes capabilities that are likely to change and should not be part of a public API.
This will ensure that later changes to the module can be donen in a compatible manner.
Relevant changes:
This package has been transformed to ES Modules. Therefore it no longer provides a CommonJS export. If your project uses CommonJS, it needs to be converted to ES Modules or use a dynamic import.
For more information see also:
Support for older Node.js and npm releases has been dropped. Only Node.js versions v16.18.0, v18.12.0 or higher as well as npm v8 or higher are supported.
acf0c71
<a name="v2.0.1"></a>