Skip to content

v0.33.1

Compare
Choose a tag to compare
@ljharb ljharb released this 20 Aug 23:56
· 312 commits to master since this release

New

  • Add support for binary and octal literals in strings to the Number constructor (#358)

Docs

  • Update spec link to final spec

Fixes

  • Reflect.enumerate: does not necessarily wait until the first next() to determine keys.

Refactors

  • split up some tests; name some functions; remove unnecessary code
  • make ObjectIterator properties non-enumerable
  • Refactor RegExp wrapping code so most of it can be reused.

Tests

  • Test up to io.js v3.1

Dev Dependencies

  • update grunt-contrib-connect, jscs