Skip to content

Commit 0fec5f8

Browse files
committed
Release 3.0.1-beta.0
1 parent 65b16aa commit 0fec5f8

File tree

3 files changed

+31
-8
lines changed

3 files changed

+31
-8
lines changed

CHANGELOG.md

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
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-beta.1...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-logger/compare/v3.0.1-beta.0...HEAD).
66

7-
<a name="v3.0.0-beta.1"></a>
8-
## [v3.0.0-beta.1] - 2022-11-04
7+
<a name="v3.0.1-beta.0"></a>
8+
## [v3.0.1-beta.0] - 2022-11-07
99

1010
<a name="v3.0.1-alpha.3"></a>
1111
## [v3.0.1-alpha.3] - 2022-10-24
@@ -45,6 +45,28 @@ Only Node.js v16.13.2 and npm v8 or higher are supported.
4545
<a name="v3.0.0-next.0"></a>
4646
## [v3.0.0-next.0] - 2021-11-29
4747

48+
<a name="v3.0.0-beta.1"></a>
49+
## [v3.0.0-beta.1] - 2022-11-07
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+
- Require Node.js >= 16.13.2 / npm >= 8 [`a8af8a7`](https://github.com/SAP/ui5-logger/commit/a8af8a7a82c6f657ac10b5018e654939d90fd81f)
53+
54+
### Features
55+
- Add new log level "perf" [`acf0c71`](https://github.com/SAP/ui5-logger/commit/acf0c717612f440ea7a114e757c05d358ae523a7)
56+
57+
### BREAKING CHANGE
58+
59+
This package has been transformed to native ESM. Therefore it no longer provides a CommonJS export.
60+
If your project uses CommonJS, it needs to be converted to ESM or use a dynamic import.
61+
62+
For more information see also:
63+
- https://sap.github.io/ui5-tooling/updates/migrate-v3/
64+
- https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
65+
66+
Support for older Node.js and npm releases has been dropped.
67+
Only Node.js v16.13.2 and npm v8 or higher are supported.
68+
69+
4870
<a name="v3.0.0-alpha.0"></a>
4971
## [v3.0.0-alpha.0] - 2021-12-14
5072

@@ -95,12 +117,13 @@ Only Node.js v10 or higher is supported.
95117
<a name="v0.0.1"></a>
96118
## v0.0.1 - 2018-06-06
97119

98-
[v3.0.0-beta.1]: https://github.com/SAP/ui5-logger/compare/v3.0.1-alpha.3...v3.0.0-beta.1
120+
[v3.0.1-beta.0]: https://github.com/SAP/ui5-logger/compare/v3.0.1-alpha.3...v3.0.1-beta.0
99121
[v3.0.1-alpha.3]: https://github.com/SAP/ui5-logger/compare/v3.0.1-alpha.2...v3.0.1-alpha.3
100122
[v3.0.1-alpha.2]: https://github.com/SAP/ui5-logger/compare/v3.0.1-alpha.1...v3.0.1-alpha.2
101123
[v3.0.1-alpha.1]: https://github.com/SAP/ui5-logger/compare/v3.0.1-alpha.0...v3.0.1-alpha.1
102124
[v3.0.1-alpha.0]: https://github.com/SAP/ui5-logger/compare/v3.0.0-next.0...v3.0.1-alpha.0
103-
[v3.0.0-next.0]: https://github.com/SAP/ui5-logger/compare/v3.0.0-alpha.0...v3.0.0-next.0
125+
[v3.0.0-next.0]: https://github.com/SAP/ui5-logger/compare/v3.0.0-beta.1...v3.0.0-next.0
126+
[v3.0.0-beta.1]: https://github.com/SAP/ui5-logger/compare/v3.0.0-alpha.0...v3.0.0-beta.1
104127
[v3.0.0-alpha.0]: https://github.com/SAP/ui5-logger/compare/v2.0.1...v3.0.0-alpha.0
105128
[v2.0.1]: https://github.com/SAP/ui5-logger/compare/v2.0.0...v2.0.1
106129
[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-beta.1",
3+
"version": "3.0.1-beta.0",
44
"description": "UI5 Tooling - Internal Logger",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)