File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,16 @@ Discussion: https://groups.google.com/d/forum/cujojs
2424Documentation:
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
2929What'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
7374poly/function:
You can’t perform that action at this time.
0 commit comments