Skip to content

Releases: ayonli/jsext

v1.4.2

05 Jan 15:37
Compare
Choose a tag to compare
  1. c429734: add Result.try

v1.4.1

02 Jan 04:40
Compare
Choose a tag to compare
  1. cff1fae: add result module

v1.3.1

29 Dec 06:12
Compare
Choose a tag to compare
  1. e8b4d50: fix an example of run()

v1.3.0

22 Dec 16:42
Compare
Choose a tag to compare
  1. 28de8dd: rename Optional<T, K> to PartialKeys<T, K> and Ensured<T, K> to RequiredKeys<T, K>
  2. f08d645: run module supports nested workers with worker_threads adapter
  3. de5b1a5: add WebSocket and WebSocketStream polyfills
  4. add AbortSignal support for many modules and functions.

v1.2.4

22 Dec 15:15
Compare
Choose a tag to compare
  1. 4825566: fix timeout bug and options signature in async.abortWith

v1.2.3

15 Dec 07:53
Compare
Choose a tag to compare
  1. 32cd29a: fix default exports not callable in NodeNext moduleResolution
  2. 2a20e61: fix CommonJS support for TypeScript projects

v1.2.2

15 Dec 04:23
Compare
Choose a tag to compare
  1. 2b7cf38: fix exports for tsc

v1.2.1

08 Dec 13:19
Compare
Choose a tag to compare
  1. 927e963: prefer interface over type for some types in net module
  2. 7a14683: fix type in http module

v1.2.0

01 Dec 17:51
Compare
Choose a tag to compare
  1. 9abe955: add net module
  2. a494791: rename http.Server to http.HttpServer
  3. 2fc14bf: htt.serve supports setting port to 0 for a random port
  4. 3eeb086: fix http.parseResponse and http.stringifyResponse
  5. f3dcec6: add bytes.indexOfSlice
  6. a37207e: improve error messages

v1.1.1

23 Nov 16:45
Compare
Choose a tag to compare
  1. 555069b: run supports file URL and the child_process adapter is no longer deprecated
  2. 9d00473: fs and archive modules support file URL
  3. 6a98340: cli.edit supports file URL and home directory symbol (~)
  4. 252835d: optimize http server with parallel option
  5. 4f9da73: add gzip support for archive module in Bun
  6. 86b8aff: add module.importWasm
  7. f2326e3: fix missing ctx.remoteAddress in http.serve for deno serve