Releases: un-ts/synckit
v0.11.3
v0.11.2
v0.11.1
v0.11.0
Minor Changes
- #222
59f7432
Thanks @JounQin! - feat: addoxc
ts runner support, correctswc
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, addmodule-sync
entry -
#222
59f7432
Thanks @JounQin! - fix: only considerprocess.features.typescript
when--no-experimental-strip-types
flag enabled
Full Changelog: v0.10.3...v0.11.0
v0.10.3
v0.10.2
Minor Changes
-
#206
011e9c0
Thanks @JounQin! - refactor: simplify types, any function should be accepted -
#211
19f9a78
Thanks @JounQin! - feat: supportnode
runner by default for Node 22.6+ -
#213
0d168d7
Thanks @JounQin! - feat: supportstdio
overriding in worker, what meansstdio
will be streamed in correct order now -
#208
d3da4c3
Thanks @JounQin! - feat: support file url worker path
Patch Changes
Full Changelog: v0.10.1...v0.10.2
v0.10.1
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
Minor Changes
-
#199
7a5f1bd
Thanks @nwidynski! - feat: add support for--experimental-strip-types
Introducing the
node
runner, which will replacets-node
as the new default:- when running on Node 22 with the
--experimental-strip-types
flag enabled viaNODE_OPTIONS
env or cli args - or when running on Node 23+ without
--no-experimental-strip-types
flag enabled viaNODE_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 remainsts-node
when available. - when running on Node 22 with the
New Contributors
- @nwidynski made their first contribution in #199
Full Changelog: v0.9.2...v0.10.0
v0.9.2
Patch Changes
- #184
30d28ae
Thanks @jedlikowski! - fix: handle outdated message in channel queue
New Contributors
- @jedlikowski made their first contribution in #184
Full Changelog: v0.9.1...v0.9.2