@@ -6,9 +6,15 @@ This project adheres to [Semantic Versioning][semver].
6
6
The format of this changelog is [ a variant] [ lib9-versionning ] of [ Keep a Changelog] [ keep-changelog ] .
7
7
New entries must be placed in a section entitled ` Unreleased ` .
8
8
9
+ ## Unreleased
10
+
11
+ - BREAKING CHANGES: require NodeJS 16.11.0 or above
12
+
13
+ This will allow us to use the ` cause ` property of ` Error ` .
14
+
9
15
## 0.15.0 (2023-10-19)
10
16
11
- - BREAKING CHANGES: require node 16.9.0 or above
17
+ - BREAKING CHANGES: require NodeJS 16.9.0 or above
12
18
13
19
- BREAKING CHANGES: promote regular comments to doc-comments
14
20
@@ -324,7 +330,7 @@ This release **widely improves the usage of unions and flat unions**.
324
330
325
331
bare-ts now publishes _ES2020_ builds.
326
332
This outputs smaller builds.
327
- This should cause no issue since we require a node version `^14.18` or `>=16`.
333
+ This should cause no issue since we require a NodeJS version `^14.18` or `>=16`.
328
334
329
335
- Add option `--lib` to prevent `decode` and `encode` generation
330
336
@@ -363,7 +369,7 @@ This release **widely improves the usage of unions and flat unions**.
363
369
type Message union { Person }
364
370
```
365
371
366
- - BREAKING CHANGES: Require Node `>=14.18.0`
372
+ - BREAKING CHANGES: Require NodeJS `>=14.18.0`
367
373
368
374
This enables _bare-ts_ to internally use `node:` prefixes for importing nodes' built-ins.
369
375
@@ -580,7 +586,7 @@ This release **widely improves the usage of unions and flat unions**.
580
586
581
587
## 0.7.0 (2022-04-24)
582
588
583
- - BREAKING CHANGES: require node versions that support _ESM_
589
+ - BREAKING CHANGES: require NodeJS versions that support _ESM_
584
590
585
591
_bare-ts_ requires now a node versions that support _ECMAScript Modules_.
586
592
@@ -908,4 +914,4 @@ This release **widely improves the usage of unions and flat unions**.
908
914
909
915
[keep-changelog]: https://keepachangelog.com/en/1.0.0/
910
916
[lib9-versionning]: https://github.com/lib9/guides/blob/main/lib9-versioning-style-guide.md#keep-a-changelog
911
- [semver]: https://semver.org/spec/v2.0.0.html
917
+ [semver]: https://semver.org/spec/v2.0.0.html
0 commit comments