|
2 | 2 | All notable changes to this project will be documented in this file.
|
3 | 3 | This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
4 | 4 |
|
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). |
6 | 6 |
|
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 |
9 | 9 |
|
10 | 10 | <a name="v3.0.1-alpha.3"></a>
|
11 | 11 | ## [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.
|
45 | 45 | <a name="v3.0.0-next.0"></a>
|
46 | 46 | ## [v3.0.0-next.0] - 2021-11-29
|
47 | 47 |
|
| 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 | + |
48 | 70 | <a name="v3.0.0-alpha.0"></a>
|
49 | 71 | ## [v3.0.0-alpha.0] - 2021-12-14
|
50 | 72 |
|
@@ -95,12 +117,13 @@ Only Node.js v10 or higher is supported.
|
95 | 117 | <a name="v0.0.1"></a>
|
96 | 118 | ## v0.0.1 - 2018-06-06
|
97 | 119 |
|
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 |
99 | 121 | [v3.0.1-alpha.3]: https://github.com/SAP/ui5-logger/compare/v3.0.1-alpha.2...v3.0.1-alpha.3
|
100 | 122 | [v3.0.1-alpha.2]: https://github.com/SAP/ui5-logger/compare/v3.0.1-alpha.1...v3.0.1-alpha.2
|
101 | 123 | [v3.0.1-alpha.1]: https://github.com/SAP/ui5-logger/compare/v3.0.1-alpha.0...v3.0.1-alpha.1
|
102 | 124 | [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 |
104 | 127 | [v3.0.0-alpha.0]: https://github.com/SAP/ui5-logger/compare/v2.0.1...v3.0.0-alpha.0
|
105 | 128 | [v2.0.1]: https://github.com/SAP/ui5-logger/compare/v2.0.0...v2.0.1
|
106 | 129 | [v2.0.0]: https://github.com/SAP/ui5-logger/compare/v1.0.2...v2.0.0
|
|
0 commit comments