Skip to content

Commit

Permalink
Prepare esm-amd-loader 1.0.2 (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks authored Jun 28, 2018
1 parent e7ec974 commit 08b3ad7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions packages/esm-amd-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- # Unreleased -->
<!-- Add new, unreleased changes here. -->

## [1.0.2] - 2018-06-28
* Update minimized version for latest minifier changes.

## [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.
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-amd-loader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# @polymer/esm-amd-loader

A JavaScript library which loads AMD-style modules in the browser in 1.3 KB.
A JavaScript library which loads AMD-style modules in the browser in 1.4 KB.

## Contents

Expand Down Expand Up @@ -110,7 +110,7 @@ Corresponds to an ES module's [`import.meta`][5].
## Differences from AMD/RequireJS
- Minified and compressed size is 1.3 KB, vs 6.6 KB for RequireJS.
- Minified and compressed size is 1.4 KB, vs 6.6 KB for RequireJS.
- Only supports specifying dependencies as paths, and does not support
explicitly naming modules.
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.1",
"version": "1.0.2",
"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

0 comments on commit 08b3ad7

Please sign in to comment.