v100
πππ We just updated the esm.sh website with brand-new design for the v100 release, please take a look!
https://esm.sh
And we also added a playground app that allows you to play ESM in browser without build tools.
https://playground.esm.sh
Other Changes:
- Improve self-hosting configuration. check HOSTING.md for more details.
- Support
browser
field when it's an es6 module (close #381). - Purge headers from unpkg.com to avoid repeated
Access-Control-Allow-Origin
header (close #453). - Fix content compression (close #460).
- Fix alias export (close #471).
- Fix cycle importing (close #464).
- Fix scenarios where module/es2015 are shims (maps).
- Fix worker cors issue.
- Upgrade
esbuild
to 0.16.10. - Upgrade
deno/std
to 0.170.0.
Credits
Huge thanks to @hjaurum @chrisirhc @ThaUnknown @rxliuli