@swc/core 1.5.0 → 1.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -8
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -5,6 +5,20 @@
5
5
 
6
6
 
7
7
 
8
+ - **(es/decorator)** Support for legacy decorators in class expressions ([#8892](https://github.com/swc-project/swc/issues/8892)) ([8fe57ad](https://github.com/swc-project/swc/commit/8fe57adc02f1a67ece9b73769d90320ae4e72808))
9
+
10
+
11
+ - **(es/helpers)** Remove unused export from `_using_ctx.js` ([#8891](https://github.com/swc-project/swc/issues/8891)) ([438d0b3](https://github.com/swc-project/swc/commit/438d0b32b680a1a64861e97cb4a1e14213335e48))
12
+
13
+
14
+ - **(es/minifier)** Do not add vars if `eval` exists ([#8888](https://github.com/swc-project/swc/issues/8888)) ([be359fa](https://github.com/swc-project/swc/commit/be359fa75318d645f954feb90353b884dfa51e6e))
15
+
16
+ ## [1.5.0] - 2024-04-24
17
+
18
+ ### Bug Fixes
19
+
20
+
21
+
8
22
  - **(es/minifier)** Abort seq inline on recursive usage ([#8887](https://github.com/swc-project/swc/issues/8887)) ([cd4548f](https://github.com/swc-project/swc/commit/cd4548fd8c32f67d0e8373f7a2c3cb625f43e6c4))
9
23
 
10
24
  ### Features
@@ -1345,12 +1359,4 @@
1345
1359
 
1346
1360
  - **(cli)** Make CLI testable/managable with `swc-bump` ([#8045](https://github.com/swc-project/swc/issues/8045)) ([f717cf2](https://github.com/swc-project/swc/commit/f717cf21cc1cea5e30e87c4d08861daadb25ab14))
1347
1361
 
1348
- ## [1.3.91] - 2023-10-01
1349
-
1350
- ### Bug Fixes
1351
-
1352
-
1353
-
1354
- - **(es/minifier)** Check if object shorthand is skippable for seq inliner ([#8036](https://github.com/swc-project/swc/issues/8036)) ([01391e3](https://github.com/swc-project/swc/commit/01391e3c13e42b7f42f80ab13b396cad182942ff))
1355
-
1356
1362
  <!-- generated by git-cliff -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Super-fast alternative for babel",
5
5
  "homepage": "https://swc.rs",
6
6
  "main": "./index.js",
@@ -173,15 +173,15 @@
173
173
  "@swc/types": "^0.1.5"
174
174
  },
175
175
  "optionalDependencies": {
176
- "@swc/core-darwin-x64": "1.5.0",
177
- "@swc/core-win32-x64-msvc": "1.5.0",
178
- "@swc/core-linux-x64-gnu": "1.5.0",
179
- "@swc/core-linux-x64-musl": "1.5.0",
180
- "@swc/core-win32-ia32-msvc": "1.5.0",
181
- "@swc/core-linux-arm-gnueabihf": "1.5.0",
182
- "@swc/core-linux-arm64-gnu": "1.5.0",
183
- "@swc/core-darwin-arm64": "1.5.0",
184
- "@swc/core-linux-arm64-musl": "1.5.0",
185
- "@swc/core-win32-arm64-msvc": "1.5.0"
176
+ "@swc/core-darwin-x64": "1.5.1",
177
+ "@swc/core-win32-x64-msvc": "1.5.1",
178
+ "@swc/core-linux-x64-gnu": "1.5.1",
179
+ "@swc/core-linux-x64-musl": "1.5.1",
180
+ "@swc/core-win32-ia32-msvc": "1.5.1",
181
+ "@swc/core-linux-arm-gnueabihf": "1.5.1",
182
+ "@swc/core-linux-arm64-gnu": "1.5.1",
183
+ "@swc/core-darwin-arm64": "1.5.1",
184
+ "@swc/core-linux-arm64-musl": "1.5.1",
185
+ "@swc/core-win32-arm64-msvc": "1.5.1"
186
186
  }
187
187
  }