Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Nov 4, 2021
1 parent 90ee314 commit 0105995
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## v57

- Add `?pin` mode
- Improve build stability
- Fix `marked@4` import
- Fix invalid types hangs forever (close close [#201](https://github.com/postui/esm.sh/issues/201))

## v56
- `cjs-esm-exports` supports tslib `__exportStar` (close [#197](https://github.com/postui/esm.sh/issues/197))
- Improve node `perf_hooks` polyfill
- Fix redeclared process polyfill (close [#195](https://github.com/postui/esm.sh/issues/195))
- Fix `?worker` mode on deno ([#198](https://github.com/postui/esm.sh/issues/198))
- Add `he` to `cjs-esm-exports` require mode allow list (close [#200](https://github.com/postui/esm.sh/issues/200))
- Fix package css redirect link
- Upgrade **esbuild** to v0.13.12

## v55

- Add playground to write esm app online, try it on https://esm.sh?playground
Expand Down

0 comments on commit 0105995

Please sign in to comment.