-
[Critical] Removed String.prototype.toArray, Object.isObject.
ES6 Rev 9 (July 8, 2012 Draft) -
[Critical] Fixed tests for Number.parseInt, Number.parseFloat.
- [Enhancement] Math.imul.
- [Critical] fixed String.prototype.startsWith, String.prototype.endsWith.
- [Enhancement] added proposals.
-
[Enhancement] added Object.getOwnPropertyKeys, Object.mixin, Object.assign.
ES6 Rev 14 (March 8, 2013 Draft) -
[Fix] remove Object.isnt.
ES6 Rev 14 (March 8, 2013 Draft)
- [Enhancement] Array.from now takes an optional map function.
ES6 Rev 14 (March 8, 2013 Draft)
- [Critical] Fixed String.prototype.startsWith, String.prototype.endsWith
- [Critical] Fixed initialization
- Added tests
- Fixed Math, Number, Map