Skip to content

Version 8.0.2

Choose a tag to compare

@bgub bgub released this 21 Jun 00:02
· 109 commits to master since this release

TL;DR

This commit merged #195 (which fixes a compilation error thrown in newer versions of TypeScript), updated dev dependencies, and updated some unit tests to import functions from index.ts (to improve test coverage)

Commits

  • Rebuilt 4ae327b
  • Update some tests to import from index, to increase coverage 2092ec8
  • Upgrade dev dependencies 57a9a9d
  • Merge pull request #195 from vinothbabu/master ffd9c9e
  • Added // eslint-disable-next-line no-extra-boolean-cast to bypass the warnings. 0c534bc
  • Revert "check if the function exists in the native object." e36ad3a
  • check if the function exists in the native object. 4b9944d
  • check if the native prototype method exists by evaluating it. 139a9d0

v8.0.1...v8.0.2