Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Latest commit

 

History

History
35 lines (25 loc) · 1009 Bytes

HISTORY.md

File metadata and controls

35 lines (25 loc) · 1009 Bytes

0.0.10 / 2013-06-03

  • [Critical] Removed String.prototype.toArray, Object.isObject.
    ES6 Rev 9 (July 8, 2012 Draft)

  • [Critical] Fixed tests for Number.parseInt, Number.parseFloat.

0.0.9 / 2013-06-02

  • [Enhancement] Math.imul.

0.0.8 / 2013-06-02

  • [Critical] fixed String.prototype.startsWith, String.prototype.endsWith.

0.0.7 / 2013-05-19

  • [Enhancement] added proposals.

0.0.6 / 2013-05-16

  • [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)

0.0.5 / 2013-05-16

  • [Enhancement] Array.from now takes an optional map function.
    ES6 Rev 14 (March 8, 2013 Draft)

0.0.4 / 2012-09-20

  • [Critical] Fixed String.prototype.startsWith, String.prototype.endsWith

0.0.3 / 2012-09-20

  • [Critical] Fixed initialization

0.0.2 / 2012-08-26

  • Added tests
  • Fixed Math, Number, Map