Skip to content

v0.33.5

Compare
Choose a tag to compare
@ljharb ljharb released this 28 Sep 19:35
· 281 commits to master since this release

IE 8 fixes, because yay old browsers

  • IE 6-8 have wacky scoping issues with named function expressions.
  • this broke NumberShim
  • Apparently in IE 8, RegExp#test is an own property of regexes, not a prototype method
    • this broke NumberShim
  • Make sure to treat es5-sham's Object.defineProperty as unsupported, in IE 8