Skip to content

Releases: zloirock/core-js

0.9.15 - 2015.06.09

09 Jun 03:01
Compare
Choose a tag to compare
  • collections from library version return wrapped native instances
  • fixed collections prototype methods in library version
  • optimized Math.hypot

0.9.14 - 2015.06.04

03 Jun 20:46
Compare
Choose a tag to compare

0.9.13 - 2015.05.25

25 May 10:18
Compare
Choose a tag to compare
  • added fallback for Symbol polyfill for old Android
  • some other fixes

0.9.12 - 2015.05.24

23 May 22:56
Compare
Choose a tag to compare
  • different instances core-js should use / recognize the same symbols
  • some fixes

0.9.11 - 2015.05.18

18 May 15:33
Compare
Choose a tag to compare
  • simplified custom build
    • add custom build js api
    • added grunt-cli to devDependencies for npm run grunt
  • some fixes

0.9.10 - 2015.05.16

15 May 18:29
Compare
Choose a tag to compare
  • wrapped Function#toString for correct work wrapped methods / constructors with methods similar to the lodash isNative
  • added proto versions of methods to export object in default version for consistency with library version

0.9.9 - 2015.05.14

14 May 17:26
Compare
Choose a tag to compare

0.9.8 - 2015.05.12

11 May 18:04
Compare
Choose a tag to compare
  • fixed Math.hypot with negative arguments
  • added Object#toString.toString as fallback for lodash isNative

0.9.7 - 2015.05.07

07 May 12:23
Compare
Choose a tag to compare

0.9.6 - 2015.05.01

01 May 12:31
Compare
Choose a tag to compare
  • added String#lpad, String#rpad