Releases: ayonli/jsext
Releases · ayonli/jsext
v1.3.0
28de8dd : rename Optional<T, K>
to PartialKeys<T, K>
and Ensured<T, K>
to RequiredKeys<T, K>
f08d645 : run
module supports nested workers with worker_threads
adapter
de5b1a5 : add WebSocket
and WebSocketStream
polyfills
add AbortSignal
support for many modules and functions.
v1.2.4
4825566 : fix timeout bug and options signature in async.abortWith
v1.2.3
32cd29a : fix default exports not callable in NodeNext moduleResolution
2a20e61 : fix CommonJS support for TypeScript projects
v1.2.1
927e963 : prefer interface over type for some types in net
module
7a14683 : fix type in http
module
v1.2.0
9abe955 : add net
module
a494791 : rename http.Server
to http.HttpServer
2fc14bf : htt.serve
supports setting port to 0
for a random port
3eeb086 : fix http.parseResponse
and http.stringifyResponse
f3dcec6 : add bytes.indexOfSlice
a37207e : improve error messages
v1.1.1
555069b : run
supports file URL and the child_process
adapter is no longer deprecated
9d00473 : fs
and archive
modules support file URL
6a98340 : cli.edit
supports file URL and home directory symbol (~
)
252835d : optimize http server with parallel
option
4f9da73 : add gzip support for archive
module in Bun
86b8aff : add module.importWasm
f2326e3 : fix missing ctx.remoteAddress
in http.serve
for deno serve
You can’t perform that action at this time.