Skip to content

Commit

Permalink
0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed May 7, 2015
1 parent a66a471 commit 8bf237f
Show file tree
Hide file tree
Showing 12 changed files with 947 additions and 871 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1301,6 +1301,9 @@ delay(1e3).then(() => log('after 1 sec'));
```
## Changelog
##### 0.9.7 - 2015.05.07
* added [support DOM collections](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/slice#Streamlining_cross-browser_behavior) to IE8- `Array#slice`
##### 0.9.6 - 2015.05.01
* added [`String#lpad`, `String#rpad`](#ecmascript-7)
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.9.6",
"version": "0.9.7",
"description": "Standard Library",
"keywords": [
"ES6",
Expand Down
Loading

0 comments on commit 8bf237f

Please sign in to comment.