Skip to content

v0.35.0

Compare
Choose a tag to compare
@ljharb ljharb released this 01 Mar 05:40
· 120 commits to master since this release

Breaking Changes

  • remove Reflect.enumerate (#405)

New Stuff (shim)

  • Add Array#indexOf from post-ES6 errata
  • Ensure RegExp#toString is compliant

New Stuff (sham)

  • Add Function#toString to es6-sham

Fixes

  • ensure that a non-object globals.Reflect doesn’t break the shim (#392)
  • In ES3 browsers (like Safari 4) Reflect.getPrototypeOf is undefined
  • Object.keys: handle regexes in ES3 browsers (#287)

Performance

  • Early exit from tanh for values outside of +-20 at limits of JS precision (#411)

Tests

  • Function#name on new Functions is empty string in v8
  • Function#name is non-configurable pre-ES6
  • Test up to node v5.7, v4.3