File tree Expand file tree Collapse file tree 5 files changed +20
-17
lines changed Expand file tree Collapse file tree 5 files changed +20
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ## [ unreleased]
3
+
4
+ ### Bug Fixes
5
+
6
+
7
+
8
+ - ** (swc_core)** Fix typo in swc_core feature ([ #9979 ] ( https://github.com/swc-project/swc/issues/9979 ) ) ([ 99a6339] ( https://github.com/swc-project/swc/commit/99a63397b65dfe02bc2c864069edbffb84efa510 ) )
9
+
10
+ ### Features
11
+
12
+
13
+
14
+ - Add (experimental) nodejs interop crates ([ #9974 ] ( https://github.com/swc-project/swc/issues/9974 ) ) ([ 37e0ea5] ( https://github.com/swc-project/swc/commit/37e0ea5697c657582e132aa5fe86837c2e86cae6 ) )
15
+
16
+
17
+ - Add (experimental) ` js-interop ` npm package ([ #9975 ] ( https://github.com/swc-project/swc/issues/9975 ) ) ([ eebb0ea] ( https://github.com/swc-project/swc/commit/eebb0ea14fa2061fd721992c0fc31734fe9d1e42 ) )
18
+
2
19
## [ 1.10.12] - 2025-01-29
3
20
4
21
### Bug Fixes
1598
1615
- ** (es/testing)** Improve comment testing story ([ #9150 ] ( https://github.com/swc-project/swc/issues/9150 ) ) ([ 3638e97] ( https://github.com/swc-project/swc/commit/3638e97c8083a607a9ce295c7465501a7dc379f8 ) )
1599
1616
1600
1617
1601
- - ** (es/typescript)** Add ` swc_fast_ts_strip ` ([ #9143 ] ( https://github.com/swc-project/swc/issues/9143 ) ) ([ b129343] ( https://github.com/swc-project/swc/commit/b129343c949c43c0ad3eb4ad4676e75dc37067e3 ) )
1602
-
1603
-
1604
1618
- ** (es/typescript)** Improve fast TS stripper ([ #9152 ] ( https://github.com/swc-project/swc/issues/9152 ) ) ([ 9fca4ab] ( https://github.com/swc-project/swc/commit/9fca4ab5557be4f92ba425b39fdc417a4da9a587 ) )
1605
1619
1606
1620
1609
1623
1610
1624
- ** (es/typescript)** Improve fast TS strip ([ #9154 ] ( https://github.com/swc-project/swc/issues/9154 ) ) ([ 05c7210] ( https://github.com/swc-project/swc/commit/05c721030a0b419058524bff99367aa80ce29536 ) )
1611
1625
1612
- ### Performance
1613
-
1614
-
1615
-
1616
- - ** (es)** Reduce allocations for dynamic stacks ([ #9133 ] ( https://github.com/swc-project/swc/issues/9133 ) ) ([ 648830a] ( https://github.com/swc-project/swc/commit/648830a9a9a65915226d2a250e3dfd61684a79b1 ) )
1617
-
1618
1626
<!-- generated by git-cliff -->
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ tracing-futures = { workspace = true }
39
39
tracing-subscriber = { workspace = true , features = [" env-filter" ] }
40
40
walkdir = { workspace = true }
41
41
42
- swc_core = { version = " 12.0.0 " , features = [
42
+ swc_core = { version = " 12.0.1 " , features = [
43
43
" trace_macro" ,
44
44
" common_concurrent" ,
45
45
" base_concurrent" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = { workspace = true }
6
6
license = { workspace = true }
7
7
name = " swc_core"
8
8
repository = { workspace = true }
9
- version = " 12.0.0 "
9
+ version = " 12.0.1 "
10
10
[package .metadata .docs .rs ]
11
11
features = [
12
12
" allocator_node" ,
You can’t perform that action at this time.
0 commit comments