Skip to content

Releases: esm-dev/esm.sh

v85

09 Jun 05:40
@ije ije
Compare
Choose a tag to compare
v85
  • Fix fixAliasDeps function that imports multiple React when using ?deps=react@18,react-dom@18

v84

31 May 07:50
@ije ije
Compare
Choose a tag to compare
v84
  • Fix types version resolving with ?deps (close #338)
  • Fix URL redirect with outdated build version prefix

v83

29 May 05:11
@ije ije
Compare
Choose a tag to compare
v83
  • Update Cloudflare WAF security level to "Essentially Off" (close #337)
  • Replace node-fetch dep to node-fetch-native (close #336)
  • Add --keep-names option for esbuild by default (close #335)
  • Fix incorrect types with ?alias query

v82

22 May 00:50
@ije ije
Compare
Choose a tag to compare
v82
  • fix types with ?deps query (close #333)

v80

21 May 23:18
@ije ije
Compare
Choose a tag to compare
v80
  • Fix build error in v79

v79

21 May 23:10
@ije ije
Compare
Choose a tag to compare
v79
  • Use esm.sh instead of cdn.esm.sh
  • Use semver versioning for the x-typescript-types header
  • Fix aliasing dependencies doesn't affect typescript declaration (close #102)
  • Fix using arguments in arrow function #322
  • Fix Deno check precluding esm.sh to start #327

v78

21 May 23:16
@ije ije
Compare
Choose a tag to compare
v78
  • Reduce database store structure
  • Fix missed renderToReadableStream export of react/server in deno
  • Fix fetchPackageInfo dead loop (close #301)
  • Upgrade esbuild to 0.14.36

v77

09 Apr 12:58
@ije ije
Compare
Choose a tag to compare
v77
  • Use the latest version of deno/std/node from cdn.deno.land automatically
  • Add es2022 target
  • Upgrade esbuild to 0.14.34

v76

04 Apr 11:14
@ije ije
Compare
Choose a tag to compare
v76
  • Fix ?deps mode

v75

04 Apr 09:28
@ije ije
Compare
Choose a tag to compare
v75
  • Fix types build version ignore ?pin (close #292)
  • Infect ?deps and ?alias to dependencies (close #235)
  • Bundle ?worker by default
  • Upgrade semver to v3 (close #297)
  • Upgrade deno std to 0.133.0 (close #298)
  • Upgrade esbuild to 0.14.31