Skip to content

Commit

Permalink
0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Mar 8, 2015
1 parent 69c3c8e commit 44785c3
Show file tree
Hide file tree
Showing 13 changed files with 976 additions and 891 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ require('core-js/shim');
If you need support IE8- or need complete build for browser, use builds from `core-js/client` path: [default](https://raw.githack.com/zloirock/core-js/master/client/core.min.js), [without global namespace pollution](https://raw.githack.com/zloirock/core-js/master/client/core.min.js), [shim only](https://raw.githack.com/zloirock/core-js/master/client/shim.min.js).

### CommonJS
You can require only needed modules. *Warning! It's an experimental feature, API can be changed.*
You can require only needed modules. **Warning! It's an experimental feature, API can be changed.**

```js
require('core-js/es5'); // if you need support IE8-, require `es5` before other modules
Expand Down Expand Up @@ -1353,6 +1353,9 @@ delay(1e3).then(() => log('after 1 sec'));
```
## Changelog
##### 0.7.2 - 2015.03.09
* some fixes
##### 0.7.1 - 2015.03.07
* some fixes
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "core.js",
"main": "client/core.js",
"version": "0.7.1",
"version": "0.7.2",
"description": "Standard Library",
"keywords": [
"ES6",
Expand Down

0 comments on commit 44785c3

Please sign in to comment.