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

Commit

Permalink
0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Sep 30, 2014
1 parent 6ce71d6 commit 4f652d8
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 1,288 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Dynamically loads ES6 modules in NodeJS and current browsers.
* Polyfills ES6 Promises in the browser with an optionally bundled ES6 promise implementation.
* [Compatible with NodeJS](#nodejs-usage) allowing for server-side module loading and tracing extensions.
* Supports ES6 module loading in IE8+. Other ES6 features only supported by Traceur in IE9+.
* 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).
* 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).

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

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

### Basic Use

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.
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.

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`:

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es6-module-loader",
"version": "0.9.1",
"version": "0.9.2",
"description": "An ES6 Module Loader polyfill based on the latest spec.",
"homepage": "https://github.com/ModuleLoader/es6-module-loader",
"main": "dist/es6-module-loader-sans-promises.js",
Expand Down
2 changes: 1 addition & 1 deletion dist/es6-module-loader-sans-promises.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/es6-module-loader-sans-promises.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 4f652d8

Please sign in to comment.