Es6 Shim: 0.33.0 Release

Release date:
July 31, 2015
Previous version:
0.32.3 (released June 21, 2015)
Magnitude:
609 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in 0.33.0

ljharb
dustinlineweber

Directory Browser for 0.33.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Breaking Change

  • Avoid CSP errors in Chrome apps by using global var detection (#301)

Performance

  • Rearranging some of the Map/Set runtime shim clobberings to be more efficient.

Refactor

  • Implement Array.of directly, rather than in terms of Array.from

Dev Deps

  • Update chai, es5-shim, promises-aplus-tests, uglify-js

Tests

  • Add test for Object.getPrototypeOf accepting primitives.
  • Bail out of individual Reflect tests when the methods don’t exist
  • Test on latest io.js