All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.13.3 (2024-07-14)
- register: enable keepImportAttributes in SWC options (#816) (33568ee)
- register: resolve internal cjs module (#811) (9aad5b0)
1.13.2 (2024-07-05)
Note: Version bump only for package @swc-node/core
1.13.1 (2024-05-01)
1.13.0 (2024-03-05)
1.12.0 (2024-02-01)
1.11.0 (2024-02-01)
- core: respect useDefineForClassFields tsconfig value (#740) (9330c1a)
- respect sourceMaps swcrc value (#742) (df125c8)
- core: add
ignoreDynamic
option (4d32c17)
1.10.6 (2023-09-26)
Note: Version bump only for package @swc-node/core
1.10.5 (2023-08-18)
1.10.4 (2023-06-21)
1.10.3 (2023-04-10)
Note: Version bump only for package @swc-node/core
1.10.2 (2023-03-31)
- core,register: ts Compiler to Swc Config: respects decorators config and SWCRC=true (#702) (d421ca8)
1.10.1 (2023-02-15)
1.10.0 (2023-02-10)
1.9.2 (2023-01-05)
1.9.1 (2022-09-22)
- core: move @swc/core to peerDependencies (821542b)
1.9.0 (2022-04-27)
- jest: read tsconfig for default jest transform options (8c180e6)
1.8.2 (2021-12-15)
Note: Version bump only for package @swc-node/core
1.8.1 (2021-12-13)
Note: Version bump only for package @swc-node/core
1.8.0 (2021-11-08)
- core: enable inlineSourcesContent by default (c2d1d3f)
1.7.1 (2021-10-29)
Note: Version bump only for package @swc-node/core
1.7.0 (2021-10-16)
- core: add swc option to pass raw SwcOptions (dbee70c)
1.6.0 (2021-09-11)
- add typescript path support (54615b8)
1.5.1 (2021-06-07)
- register: always enable dynamicImport (0eb1bf2)
1.5.0 (2021-05-21)
- loader: implement tsconfig compatible loader (8c1cd85)
1.4.0 (2021-04-28)
- core: expose inline and both config for sourcemap (780f2bb)
1.3.0 (2021-03-04)
- core: support keepClassNames in Config (fcbadd5)
1.2.0 (2021-01-25)
- jest: cache transpile result to avoid source code to be compiled mult times (77cc3d8)
1.1.2 (2021-01-04)
Note: Version bump only for package @swc-node/core
1.1.1 (2020-11-18)
Note: Version bump only for package @swc-node/core
1.1.0 (2020-10-21)
- core: support react config in transformOptions (313e021)
0.7.6 (2020-09-16)
- core: cjs import order and resolver issues (b61e241)
0.7.5 (2020-09-13)
- core: cjs import order and resolver issues (deca648)
0.7.4 (2020-09-11)
- core: add support for esModuleInterop (a7f3331)
0.7.3 (2020-09-09)
- core: conditional expr in callee & do not rename new keywords in meta properties (c893622)
0.7.2 (2020-09-07)
- core: wrong assertion in hygiene (b28cc10)
0.7.1 (2020-09-06)
- core: wrong this in function call expr in optional chains (5d9966f)
0.7.0 (2020-09-04)
- core: upgrade to [email protected] (bf5f2c4)
0.6.1 (2020-09-01)
- core: macOS 10.13 compatible issue (c5917ac)
0.6.0 (2020-08-31)
- core: provide jest hoist plugin (f3638f2)
0.5.0 (2020-08-28)
- core: provide jest hoist plugin (f3638f2)
0.4.2 (2020-08-24)
- core: linux musl addon loader (c6e8a78)
0.4.1 (2020-08-23)
- wrong benchmark setup (7bd298d)
0.4.0 (2020-08-23)
- core: version.js (f8ba87d)
- core: support linux musl (9e1bac7)
0.3.0 (2020-08-21)
- core: TypeScript 4.0 (c18ab85)
0.2.9 (2020-08-20)
- core: transform api (11f2601)
0.2.8 (2020-08-20)
Note: Version bump only for package @swc-node/core
0.2.7 (2020-08-20)
- core: add filename to error message if compile failed (dddf0ac)
0.2.6 (2020-08-18)
- core: around ~25 performance gain (4d6fc06)
0.2.5 (2020-08-14)
- core: Allow referencing global idents even when it's injected (dcf44e5)
0.2.4 (2020-08-13)
- core: bugfix from upstream (2bcb946)
0.2.3 (2020-08-10)
- core: strip TypeScript class properties without value assigned (88f7022)
0.2.2 (2020-08-10)
- core: class properties transform (de3d564)
0.2.1 (2020-08-09)
- core: missing jsx option (0518375)
0.2.0 (2020-08-09)
- core: add support for emitDecoratorMetadata (edd2fd5)