Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare esm-amd-loader 1.0.2 #559

Merged
merged 1 commit into from
Jun 28, 2018
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
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