Skip to content

v0.32.0

Compare
Choose a tag to compare
@ljharb ljharb released this 21 Jun 17:33
· 377 commits to master since this release

Spec Compliance

  • Update Promises to match finalized ES6 spec (#345, #344, #239)

Fixes

  • Ensure Map, Set, and Promise shims all throw when used without "new".

Tests

  • Fix the pending exceptions test for Safari 5.1

Refactoring

  • Since the String HTML shims will be iterated anyways, no need to defineProperties them twice.

Dev Dependencies

  • Update chai, es5-shim