Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 4f652d8

Browse files
committed
0.9.2
1 parent 6ce71d6 commit 4f652d8

9 files changed

+20
-1288
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Dynamically loads ES6 modules in NodeJS and current browsers.
99
* Polyfills ES6 Promises in the browser with an optionally bundled ES6 promise implementation.
1010
* [Compatible with NodeJS](#nodejs-usage) allowing for server-side module loading and tracing extensions.
1111
* Supports ES6 module loading in IE8+. Other ES6 features only supported by Traceur in IE9+.
12-
* The complete combined polyfill comes to 8.4KB minified and gzipped, making it suitable for production use, provided that modules are [built into ES5 making them independent of Traceur](#moving-to-production).
12+
* The complete combined polyfill, including ES6 promises, comes to 8.7KB minified and gzipped, making it suitable for production use, provided that modules are [built into ES5 making them independent of Traceur](#moving-to-production).
1313

1414
For an overview of build workflows, [see the production guide](#moving-to-production).
1515

@@ -23,7 +23,7 @@ _Note the ES6 module specification is still in draft, and subject to change._
2323

2424
### Basic Use
2525

26-
Download both [es6-module-loader.js](https://raw.githubusercontent.com/ModuleLoader/es6-module-loader/v0.9.1/dist/es6-module-loader.js) and traceur.js into the same folder.
26+
Download both [es6-module-loader.js](https://raw.githubusercontent.com/ModuleLoader/es6-module-loader/v0.9.2/dist/es6-module-loader.js) and traceur.js into the same folder.
2727

2828
If using ES6 syntax (optional), include [`traceur.js`](https://raw.githubusercontent.com/jmcriffey/bower-traceur/0.0.66/traceur.js) in the page first then include `es6-module-loader.js`:
2929

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es6-module-loader",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "An ES6 Module Loader polyfill based on the latest spec.",
55
"homepage": "https://github.com/ModuleLoader/es6-module-loader",
66
"main": "dist/es6-module-loader-sans-promises.js",

dist/es6-module-loader-sans-promises.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/es6-module-loader-sans-promises.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)