Skip to content

Releases: ayonli/jsext

v1.2.2

15 Dec 04:23

Choose a tag to compare

  1. 2b7cf38: fix exports for tsc

v1.2.1

08 Dec 13:19

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

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

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

v1.0.0

17 Nov 18:55

Choose a tag to compare

  1. bbc2cae: hash.crc32 support an additional previous parameter
  2. bcea0c3: add hash.adler32
  3. c31ae3c: abstract dialog/web and dialog/cli into individual modules
  4. 1f0867b: abstract fs/web into an individual module
  5. 3fec66e: abstract hash/web into an individual module
  6. 20dcfa0: abstract http/util into an individual module
  7. 98981b3: remove the @experimental tag for some modules
  8. 3a22e43: remove deprecated functions and symbols
  9. 060b760: Drop support for Node.js versions older than v14.18

v0.9.80

16 Nov 17:03

Choose a tag to compare

  1. 1b9a852: string.truncate supports a position option
  2. 3a6f722: add hash.crc32

v0.9.72

02 Nov 06:05

Choose a tag to compare

34207e8: fs module supports ~ as home directory
94d8904: fix openFile and openFiles not working with extensions in Chrome

v0.9.71

27 Oct 13:51

Choose a tag to compare

  1. 70c8299: add class/decorators module
  2. 0857452: improve object.compare and object.equals
  3. 60496f6: fix EventSource

v0.9.68

18 Oct 17:01

Choose a tag to compare

  1. add compare() and equals() in object module

v0.9.67

13 Oct 16:07

Choose a tag to compare

  1. cf4d930: fs.readFileAsText supports specifying encoding
  2. 7b27e7c: fix bug in async.select for Fetch API