Skip to content

Releases: un-ts/synckit

v0.11.3

07 Apr 14:22
48837a9
Compare
Choose a tag to compare

Patch Changes

v0.11.2

04 Apr 06:55
7003b68
Compare
Choose a tag to compare

Patch Changes

Full Changelog: v0.11.1...v0.11.2

v0.11.1

02 Apr 10:51
f845792
Compare
Choose a tag to compare

Patch Changes

  • #224 0966d2a Thanks @JounQin! - fix: add missing MessageChannel from node:worker_threads for Node 14 compatibility

Full Changelog: v0.11.0...v0.11.1

v0.11.0

02 Apr 09:27
63036a0
Compare
Choose a tag to compare

Minor Changes

  • #222 59f7432 Thanks @JounQin! - feat: add oxc ts runner support, correct swc ts runner with --import flag support

Patch Changes

  • #222 59f7432 Thanks @JounQin! - fix: .cjs should never be treated as ESM

  • #219 79fa3a2 Thanks @JounQin! - refactor: split into chunk files, add module-sync entry

  • #222 59f7432 Thanks @JounQin! - fix: only consider process.features.typescript when --no-experimental-strip-types flag enabled

Full Changelog: v0.10.3...v0.11.0

v0.10.3

24 Mar 09:18
e1476ed
Compare
Choose a tag to compare

Patch Changes

Full Changelog: v0.10.2...v0.10.3

v0.10.2

23 Mar 17:20
38578a5
Compare
Choose a tag to compare

Minor Changes

Patch Changes

Full Changelog: v0.10.1...v0.10.2

v0.10.1

23 Mar 04:38
86e00fe
Compare
Choose a tag to compare

Patch Changes

  • #204 e13a68a Thanks @nwidynski! - fix: add support for type transformations to node runner, clarify correct Node versions support

Full Changelog: v0.10.0...v0.10.1

v0.10.0

20 Mar 10:12
db702f1
Compare
Choose a tag to compare

Minor Changes

  • #199 7a5f1bd Thanks @nwidynski! - feat: add support for --experimental-strip-types

    Introducing the node runner, which will replace ts-node as the new default:

    • when running on Node 22 with the --experimental-strip-types
      flag enabled via NODE_OPTIONS env or cli args
    • or when running on Node 23+ without --no-experimental-strip-types
      flag enabled via NODE_OPTIONS env or cli args

    An error will be thrown when attempting to run with node on unsupported versions (<22).
    On these versions, the default runner remains ts-node when available.

New Contributors

Full Changelog: v0.9.2...v0.10.0

v0.9.2

07 Oct 08:13
42918e8
Compare
Choose a tag to compare

Patch Changes

New Contributors

Full Changelog: v0.9.1...v0.9.2

v0.9.1

14 Jul 12:42
0621747
Compare
Choose a tag to compare

Patch Changes

New Contributors

  • @fmal made their first contribution in #175

Full Changelog: v0.9.0...v0.9.1