Skip to content

Latest commit

 

History

History
241 lines (122 loc) · 10.9 KB

CHANGELOG.md

File metadata and controls

241 lines (122 loc) · 10.9 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.9.1 (2022-09-22)

Bug Fixes

  • core: move @swc/core to peerDependencies (821542b)

1.9.0 (2022-04-27)

Features

  • 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)

Features

  • 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)

Features

  • core: add swc option to pass raw SwcOptions (dbee70c)

1.6.0 (2021-09-11)

Bug Fixes

Features

  • add typescript path support (54615b8)

1.5.1 (2021-06-07)

Bug Fixes

  • register: always enable dynamicImport (0eb1bf2)

1.5.0 (2021-05-21)

Features

  • loader: implement tsconfig compatible loader (8c1cd85)

1.4.0 (2021-04-28)

Features

  • core: expose inline and both config for sourcemap (780f2bb)

1.3.0 (2021-03-04)

Features

  • core: support keepClassNames in Config (fcbadd5)

1.2.0 (2021-01-25)

Features

  • 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)

Features

  • core: support react config in transformOptions (313e021)

0.7.6 (2020-09-16)

Bug Fixes

  • core: cjs import order and resolver issues (b61e241)

0.7.5 (2020-09-13)

Bug Fixes

  • core: cjs import order and resolver issues (deca648)

0.7.4 (2020-09-11)

Bug Fixes

  • core: add support for esModuleInterop (a7f3331)

0.7.3 (2020-09-09)

Bug Fixes

  • core: conditional expr in callee & do not rename new keywords in meta properties (c893622)

0.7.2 (2020-09-07)

Bug Fixes

  • core: wrong assertion in hygiene (b28cc10)

0.7.1 (2020-09-06)

Bug Fixes

  • core: wrong this in function call expr in optional chains (5d9966f)

0.7.0 (2020-09-04)

Features

  • core: upgrade to napi@0.5 (bf5f2c4)

0.6.1 (2020-09-01)

Bug Fixes

  • core: macOS 10.13 compatible issue (c5917ac)

0.6.0 (2020-08-31)

Features

  • core: provide jest hoist plugin (f3638f2)

0.5.0 (2020-08-28)

Features

  • core: provide jest hoist plugin (f3638f2)

0.4.2 (2020-08-24)

Bug Fixes

  • core: linux musl addon loader (c6e8a78)

0.4.1 (2020-08-23)

Bug Fixes

0.4.0 (2020-08-23)

Bug Fixes

Features

  • core: support linux musl (9e1bac7)

0.3.0 (2020-08-21)

Features

0.2.9 (2020-08-20)

Bug Fixes

0.2.8 (2020-08-20)

Note: Version bump only for package @swc-node/core

0.2.7 (2020-08-20)

Features

  • core: add filename to error message if compile failed (dddf0ac)

0.2.6 (2020-08-18)

Performance Improvements

  • core: around ~25 performance gain (4d6fc06)

0.2.5 (2020-08-14)

Bug Fixes

  • core: Allow referencing global idents even when it's injected (dcf44e5)

0.2.4 (2020-08-13)

Bug Fixes

  • core: bugfix from upstream (2bcb946)

0.2.3 (2020-08-10)

Bug Fixes

  • core: strip TypeScript class properties without value assigned (88f7022)

0.2.2 (2020-08-10)

Bug Fixes

  • core: class properties transform (de3d564)

0.2.1 (2020-08-09)

Bug Fixes

  • core: missing jsx option (0518375)

0.2.0 (2020-08-09)

Features

  • core: add support for emitDecoratorMetadata (edd2fd5)