Skip to content

Releases: ayonli/jsext

v1.9.0

04 Oct 09:41

Choose a tag to compare

  1. add iterator module
  2. 9f8268c: add parseContentDisposition and getFilename in http module
  3. 6befbdf: dialog.progress supports onAbort callback that returns void
  4. f7b457d: array.filterMap filters out null values
  5. 9458bc8: fix module.interop for Node.js v23+

v1.8.0

29 Jun 16:46

Choose a tag to compare

  1. 71660bb: Add filterMap for array module
  2. 1b93aaf: Add clamp function in number module
  3. 82bea36: toObject and fromObject in error module support cause

v1.7.4

25 Jun 09:38

Choose a tag to compare

  1. 446747c: fix response delay in EventEndpoint

v1.7.3

09 May 18:42

Choose a tag to compare

  1. d0ad33d: http.serve supports back pressure on response

v1.7.2

08 May 18:31

Choose a tag to compare

  1. 2aef465: net.getMyIp supports browsers and Cloudflare Workers; add net.getInternetIp

v1.7.1

08 May 14:48

Choose a tag to compare

  1. 5a6c896: Add JSONValue and related types in types module

v1.7.0

07 May 14:32

Choose a tag to compare

  1. 504148b: add once
  2. b97c9d1: fs.readFileAsFile with correct lastModified property
  3. 87378f4: fix Tarball implementation
  4. 8e04287: improve http.serve in Node.js

v1.6.0

18 Mar 17:15

Choose a tag to compare

  1. 755a1c4: add isCausedBy in error module
  2. a713d11: Abstract errors into individual classes
  3. dc46345: Rename RealArrayLike to Sequence and add Branded in types
  4. c866164: Break change: remove pipe augmentation of built-in types, as it conflicts with community toolchain.
  5. 57af330: throw TypeError when a Channel is closed
  6. 6bcaa0c: fix module.interop for new Deno versions

v1.5.1

03 Mar 06:41

Choose a tag to compare

  1. c0ef7cc: fix compatibility issue with Hono

v1.5.0

02 Mar 10:29

Choose a tag to compare

  1. 3f94c1c: alert, confirm and prompt dialogs support timeout in the browser
  2. 26154c8: add RequestContext.upgradeEventEndpoint to replace createEventEndpoint
  3. 60902f1: refine result types