You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/oxc_allocator/CHANGELOG.md
+6
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ All notable changes to this package will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0.
Copy file name to clipboardExpand all lines: crates/oxc_ast/CHANGELOG.md
+26
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,32 @@ All notable changes to this package will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0.
All notable changes to this package will be documented in this file.
4
+
5
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0.
6
+
7
+
## [0.15.0] - 2024-06-18
8
+
9
+
- 0537d29 cfg: [**BREAKING**] Move control flow to its own crate. (#3728) (rzvxa)
10
+
11
+
### Refactor
12
+
13
+
- d8ad321 semantic: Make control flow generation optional. (#3737) (rzvxa)
Copy file name to clipboardExpand all lines: crates/oxc_codegen/CHANGELOG.md
+28
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,34 @@ All notable changes to this package will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0.
6
6
7
+
## [0.15.0] - 2024-06-18
8
+
9
+
- 5c38a0f codegen: [**BREAKING**] New code gen API (#3740) (Boshen)
All notable changes to this package will be documented in this file.
4
+
5
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0.
6
+
7
+
## [0.15.0] - 2024-06-18
8
+
9
+
- 5c38a0f codegen: [**BREAKING**] New code gen API (#3740) (Boshen)
10
+
11
+
### Features
12
+
13
+
- ee627c3 isolated-declarations: Create unique name for `_default` (#3730) (Dunqing)
14
+
- 81e9526 isolated-declarations: Inferring set accessor parameter type from get accessor return type (#3725) (Dunqing)
15
+
- 77d5533 isolated-declarations: Report errors that are consistent with typescript. (#3720) (Dunqing)
0 commit comments