Skip to content

Commit

Permalink
1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Feb 15, 2022
1 parent a1515f4 commit 61715c2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<script async src="https://ga.jspm.io/npm:[email protected].5/dist/es-module-shims.js"></script>
<script async src="https://ga.jspm.io/npm:[email protected].6/dist/es-module-shims.js"></script>

<!-- https://generator.jspm.io/#U2NhYGBkDM0rySzJSU1hKEpNTC5xMLTQM9Az0C1K1jMAAKFS5w0gAA -->
<script type="importmap">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es-module-shims",
"version": "1.4.5",
"version": "1.4.6",
"description": "Shims for the latest ES module features",
"main": "dist/es-module-shims.js",
"exports": {
Expand Down

0 comments on commit 61715c2

Please sign in to comment.