Skip to content

Releases: swc-project/swc

v1.2.68

31 Jul 10:34

Choose a tag to compare

chore: Publish a new version

v1.2.67: feat(swc): Expose minifier api (#1978)

31 Jul 07:35
d1c4817

Choose a tag to compare

swc_ecma_codegen:
 - Fix codegen of imports when minification is enabled.

swc_ecma_minifier:
 - Mangle identifiers used by imports.

swc:
 - Support specifing `jsc.minify`. (#704, #1371)

swc/node:
 - Add `.minify()`.
 - Add `.minifySync()`.

swc/wasm:
 - Add `.minifySync()`.

v1.2.66

20 Jul 06:34
d6454ad

Choose a tag to compare

fix(node/swc): Fix for m1 mac (#1939)

v1.2.65

18 Jul 11:03

Choose a tag to compare

chore: Publish v1.2.65

v1.2.64: fix(es/transforms): Fix fixer (#1919)

14 Jul 14:31
7a8ad88

Choose a tag to compare

swc_ecma_transforms_base:
 - `fixer`: Allow using await expressions as a callee of a new expression.

v1.2.63

06 Jul 06:03
04d4384

Choose a tag to compare

fix(ci): Use cross-env (#1897)

v1.2.62

27 Jun 11:07
eaaf32d

Choose a tag to compare

feat(es/loader): Add more logics to tsconfig.paths handler (#1860)

v1.2.61: fix(es/parser): Fix panic on debug mode (#1828)

16 Jun 07:28
f9bdc7b

Choose a tag to compare

swc_ecma_parser:
 - Handle undefined unicode code point gracefully. (#1813)

v1.2.60: fix(es/transforms): Fix bugs (#1795)

07 Jun 09:08
7730a6e

Choose a tag to compare

swc_ecma_transforms_compat:
 - `async_to_generator`: Handle await in async generators correctly. (#1752)

swc_ecma_transforms_module:
 - Don't panic on double import from one module. (#1757)

v1.2.59

30 May 10:17
5d219b8

Choose a tag to compare

fix(es/codegen): Fix codegen of classes with minify enabled (#1767)