Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/esm-amd-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- # Unreleased -->
<!-- Add new, unreleased changes here. -->

## [1.0.1] - 2018-06-11
* `import.meta.url` is now correct for scripts defined in HTML imports.
* Executing the loader twice will no longer invalidate its global state.

## [1.0.0] - 2018-05-08
* Fix bug where the ordering of module execution was not strict enough.
Standard ES modules are loaded as they're encountered, but they execute
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-amd-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polymer/esm-amd-loader",
"version": "1.0.0",
"version": "1.0.1",
"description": "Minimal AMD-style loader for replicating ES module behavior.",
"homepage": "https://github.com/Polymer/tools/tree/master/packages/esm-amd-loader",
"repository": "github:Polymer/tools",
Expand Down