Releases: esm-dev/esm.sh
Releases Β· esm-dev/esm.sh
v85
- Fix
fixAliasDeps
function that imports multiple React when using ?deps=react@18,react-dom@18
v84
- Fix types version resolving with
?deps
(close #338)
- Fix URL redirect with outdated build version prefix
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
- fix types with
?deps
query (close #333)
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
- 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
- Use the latest version of
deno/std/node
from cdn.deno.land
automatically
- Add
es2022
target
- Upgrade esbuild to 0.14.34
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