From 61715c28b9d8c0b3ea45e86f9e3e4ac9647425e3 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Tue, 15 Feb 2022 15:52:40 -0800 Subject: [PATCH] 1.4.6 --- CHANGELOG.md | 12 +++++++++++- README.md | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b176edf..96ac36b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ -ES Module Shims 1.4.4 +ES Module Shims 1.4.6 (2022/02/15) +* Feat: Improve fetch content type error failure context (https://github.com/guybedford/es-module-shims/pull/263) +* Feat: Refactor error handling paths, use `reportError` when possible (https://github.com/guybedford/es-module-shims/pull/264) + +ES Module Shims 1.4.5 (2022/02/12) +* Feat: Allow import map overrides with option (https://github.com/guybedford/es-module-shims/pull/257, @lewisl@9029) +* Feat: Additional fetch error context (https://github.com/guybedford/es-module-shims/pull/256) +* Fix: dynamic import context with import assertions (https://github.com/guybedford/es-module-shims/pull/260, @ICodeMyOwnLife) +* Docs: Clarify modulepreload-shim (https://github.com/guybedford/es-module-shims/pull/261, @LarsDenBakker) + +ES Module Shims 1.4.4 (2022/02/03) * Fix: import.meta.resolve support for inline scripts (https://github.com/guybedford/es-module-shims/pull/251) * Fix: CSS imports unquoted URL normalization (https://github.com/guybedford/es-module-shims/pull/252) * Fix: Reword polyfill info message (https://github.com/guybedford/es-module-shims/pull/253) diff --git a/README.md b/README.md index 616f0010..eef3290c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Because we are still using the native module loader the edge cases work out comp Include ES Module Shims with a `async` attribute on the script, then include an import map and module scripts normally: ```html - +