Skip to content

Releases: zloirock/core-js

0.5.4 - 2015.02.15

15 Feb 01:10
Compare
Choose a tag to compare

0.5.3 - 2015.02.14

14 Feb 05:35
Compare
Choose a tag to compare
  • added support binary and octal literals to Number constructor
  • added Date#toISOString

0.5.2 - 2015.02.10

10 Feb 10:28
Compare
Choose a tag to compare

0.5.1 - 2015.02.09

08 Feb 22:36
Compare
Choose a tag to compare

0.5.0 - 2015.02.08

07 Feb 23:38
Compare
Choose a tag to compare
  • systematization of modules
  • splitted es6 module
  • splitted console: web.console - only cap for missing methods, core.log - bound methods & additional features
  • added delay method
  • some fixes