Skip to content

Commit e62be7b

Browse files
committed
Release 3.0.1
1 parent 4b1181a commit e62be7b

File tree

3 files changed

+119
-4
lines changed

3 files changed

+119
-4
lines changed

CHANGELOG.md

Lines changed: 116 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,114 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
44

5-
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-logger/compare/v3.0.0...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-logger/compare/v3.0.1...HEAD).
6+
7+
<a name="v3.0.1"></a>
8+
## [v3.0.1] - 2025-09-12
9+
### Bug Fixes
10+
- Rename project to UI5 CLI [`4b1181a`](https://github.com/SAP/ui5-logger/commit/4b1181a00bc115c4bd1db54806ab53d37977b45b)
11+
12+
13+
<a name="v3.0.1-rc.3"></a>
14+
## [v3.0.1-rc.3] - 2023-02-03
15+
16+
<a name="v3.0.1-rc.2"></a>
17+
## [v3.0.1-rc.2] - 2023-01-24
18+
19+
<a name="v3.0.1-rc.1"></a>
20+
## [v3.0.1-rc.1] - 2023-01-18
21+
### Breaking Changes
22+
- Replace npmlog with [@ui5](https://github.com/ui5)/logger/Logger ([#363](https://github.com/SAP/ui5-logger/issues/363)) [`66a159a`](https://github.com/SAP/ui5-logger/commit/66a159acd9b67a27dd66d1e8056c362585f51bcf)
23+
24+
### BREAKING CHANGE
25+
26+
27+
28+
29+
<a name="v3.0.1-rc.0"></a>
30+
## [v3.0.1-rc.0] - 2022-12-23
31+
### Breaking Changes
32+
- Deprecate advanced APIs in preparation of refactoring [`3aea5e7`](https://github.com/SAP/ui5-logger/commit/3aea5e766f9bda156e8c7e62a2e8c65f613ef7e9)
33+
34+
### BREAKING CHANGE
35+
36+
37+
38+
39+
<a name="v3.0.1-beta.1"></a>
40+
## [v3.0.1-beta.1] - 2022-11-11
41+
### Dependency Updates
42+
- Bump npmlog from 5.0.1 to 7.0.1 ([#321](https://github.com/SAP/ui5-logger/issues/321)) [`6c5c154`](https://github.com/SAP/ui5-logger/commit/6c5c154c53d8f81774d588714e8426922fa85271)
43+
44+
45+
<a name="v3.0.1-beta.0"></a>
46+
## [v3.0.1-beta.0] - 2022-11-07
47+
48+
<a name="v3.0.1-alpha.3"></a>
49+
## [v3.0.1-alpha.3] - 2022-10-24
50+
### Breaking Changes
51+
- Transform to native ESM ([#306](https://github.com/SAP/ui5-logger/issues/306)) [`c79608b`](https://github.com/SAP/ui5-logger/commit/c79608b0e432168ca8570530b63a456b9ddd12cb)
52+
53+
### BREAKING CHANGE
54+
55+
This package has been transformed to native ESM. Therefore it no longer provides a CommonJS export.
56+
If your project uses CommonJS, it needs to be converted to ESM or use a dynamic import.
57+
58+
For more information see also:
59+
- https://sap.github.io/ui5-tooling/updates/migrate-v3/
60+
- https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
61+
62+
63+
<a name="v3.0.1-alpha.2"></a>
64+
## [v3.0.1-alpha.2] - 2022-07-28
65+
### Features
66+
- Add new log level "perf" [`acf0c71`](https://github.com/SAP/ui5-logger/commit/acf0c717612f440ea7a114e757c05d358ae523a7)
67+
68+
69+
<a name="v3.0.1-alpha.1"></a>
70+
## [v3.0.1-alpha.1] - 2022-01-25
71+
### Breaking Changes
72+
- Require Node.js >= 16.13.2 / npm >= 8 [`a8af8a7`](https://github.com/SAP/ui5-logger/commit/a8af8a7a82c6f657ac10b5018e654939d90fd81f)
73+
74+
### BREAKING CHANGE
75+
76+
Support for older Node.js and npm releases has been dropped.
77+
Only Node.js v16.13.2 and npm v8 or higher are supported.
78+
79+
80+
<a name="v3.0.1-alpha.0"></a>
81+
## [v3.0.1-alpha.0] - 2021-12-14
682

783
<a name="v3.0.0"></a>
884
## [v3.0.0] - 2023-02-09
85+
### Breaking Changes
86+
- Replace npmlog with [@ui5](https://github.com/ui5)/logger/Logger ([#363](https://github.com/SAP/ui5-logger/issues/363)) [`66a159a`](https://github.com/SAP/ui5-logger/commit/66a159acd9b67a27dd66d1e8056c362585f51bcf)
87+
- Deprecate advanced APIs in preparation of refactoring [`3aea5e7`](https://github.com/SAP/ui5-logger/commit/3aea5e766f9bda156e8c7e62a2e8c65f613ef7e9)
88+
- Transform to native ESM ([#306](https://github.com/SAP/ui5-logger/issues/306)) [`c79608b`](https://github.com/SAP/ui5-logger/commit/c79608b0e432168ca8570530b63a456b9ddd12cb)
89+
- Require Node.js >= 16.13.2 / npm >= 8 [`a8af8a7`](https://github.com/SAP/ui5-logger/commit/a8af8a7a82c6f657ac10b5018e654939d90fd81f)
90+
91+
### Dependency Updates
92+
- Bump npmlog from 5.0.1 to 7.0.1 ([#321](https://github.com/SAP/ui5-logger/issues/321)) [`6c5c154`](https://github.com/SAP/ui5-logger/commit/6c5c154c53d8f81774d588714e8426922fa85271)
93+
94+
### Features
95+
- Add new log level "perf" [`acf0c71`](https://github.com/SAP/ui5-logger/commit/acf0c717612f440ea7a114e757c05d358ae523a7)
96+
97+
### BREAKING CHANGE
98+
99+
100+
101+
102+
103+
This package has been transformed to native ESM. Therefore it no longer provides a CommonJS export.
104+
If your project uses CommonJS, it needs to be converted to ESM or use a dynamic import.
105+
106+
For more information see also:
107+
- https://sap.github.io/ui5-tooling/updates/migrate-v3/
108+
- https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
109+
110+
Support for older Node.js and npm releases has been dropped.
111+
Only Node.js v16.13.2 and npm v8 or higher are supported.
112+
9113
### Breaking Changes
10114

11115
- Replace npmlog with @ui5/logger/Logger (#363) [`66a159a`](https://github.com/SAP/ui5-logger/commit/66a159acd9b67a27dd66d1e8056c362585f51bcf)
@@ -95,6 +199,17 @@ Only Node.js v10 or higher is supported.
95199

96200
<a name="v0.0.1"></a>
97201
## v0.0.1 - 2018-06-06
202+
[v3.0.1]: https://github.com/SAP/ui5-logger/compare/v3.0.1-rc.3...v3.0.1
203+
[v3.0.1-rc.3]: https://github.com/SAP/ui5-logger/compare/v3.0.1-rc.2...v3.0.1-rc.3
204+
[v3.0.1-rc.2]: https://github.com/SAP/ui5-logger/compare/v3.0.1-rc.1...v3.0.1-rc.2
205+
[v3.0.1-rc.1]: https://github.com/SAP/ui5-logger/compare/v3.0.1-rc.0...v3.0.1-rc.1
206+
[v3.0.1-rc.0]: https://github.com/SAP/ui5-logger/compare/v3.0.1-beta.1...v3.0.1-rc.0
207+
[v3.0.1-beta.1]: https://github.com/SAP/ui5-logger/compare/v3.0.1-beta.0...v3.0.1-beta.1
208+
[v3.0.1-beta.0]: https://github.com/SAP/ui5-logger/compare/v3.0.1-alpha.3...v3.0.1-beta.0
209+
[v3.0.1-alpha.3]: https://github.com/SAP/ui5-logger/compare/v3.0.1-alpha.2...v3.0.1-alpha.3
210+
[v3.0.1-alpha.2]: https://github.com/SAP/ui5-logger/compare/v3.0.1-alpha.1...v3.0.1-alpha.2
211+
[v3.0.1-alpha.1]: https://github.com/SAP/ui5-logger/compare/v3.0.1-alpha.0...v3.0.1-alpha.1
212+
[v3.0.1-alpha.0]: https://github.com/SAP/ui5-logger/compare/v3.0.0...v3.0.1-alpha.0
98213
[v3.0.0]: https://github.com/SAP/ui5-logger/compare/v2.0.1...v3.0.0
99214
[v2.0.1]: https://github.com/SAP/ui5-logger/compare/v2.0.0...v2.0.1
100215
[v2.0.0]: https://github.com/SAP/ui5-logger/compare/v1.0.2...v2.0.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/logger",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "UI5 CLI - Internal Logger",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)