Skip to content

Commit 8a60596

Browse files
committed
Final edits before release.
1 parent 45cd1cd commit 8a60596

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,16 @@ Discussion: https://groups.google.com/d/forum/cujojs
2424
Documentation:
2525

2626
* ES5: http://es5.github.io/
27-
* ES6 (draft): http://people.mozilla.org/~jorendorff/es6-draft.html
27+
* ES6 (draft): http://wiki.ecmascript.org/doku.php?id=harmony:specification_drafts
2828

2929
What's new
3030
---
3131

3232
* 0.6.0
3333
* Converted all modules to UMD (experimental support for node.js!)
3434
* ES6 Array.prototype.find() and Array.prototype.findIndex()
35-
* ES6 Array.from() and Array.of()
35+
* ES6 Array.from() (without recent mapping functionality)
36+
* ES6 Array.of()
3637
* Fix for edge case of Object.getPrototypeOf (thanks Norman Xu!)
3738
* Allow prototype extension for DOM objects in IE8 (thanks Norman Xu and Mikael Karon!)
3839
* 0.5.2
@@ -67,7 +68,7 @@ poly/array-es6:
6768

6869
* array.find
6970
* array.findIndex
70-
* Array.from (including generic behavior)
71+
* Array.from (including generic behavior, but without mapping feature)
7172
* Array.of
7273

7374
poly/function:

0 commit comments

Comments
 (0)