Skip to content

v4.1.15

Choose a tag to compare

@ljharb ljharb released this 20 Oct 03:51
· 254 commits to master since this release

Fixes (shim)

  • new Date + Date.parse: Fix a Safari 8 & 9 bug where the ms arg is treated as a signed instead of unsigned int (#329)
  • add 'frame' to blacklisted keys (#330)

Tests

  • Test on node v4.2
  • Date: prevent nondeterminism in the tests - this sometime produced values that are one ms off

Dev Deps

  • update eslint, @ljharb/eslint-config, jscs, uglify-js