Skip to content

v2.0.0

Compare
Choose a tag to compare
@snyksec snyksec released this 08 Jun 11:42
· 53 commits to main since this release
c9d36e5

2.0.0 (2020-06-08)

Features

  • target node 8, better code generation (4bc8f40)
  • upgrade event-loop-spinner, reducing waits (1b07555)

BREAKING CHANGES

  • will no longer work on node 6

This was already set in the engines field, and in
.nvmrc, and CI, so is probably not too controversial.

As we have performance sensitive code which is async,
it's probably (untested) better to let the compiler
take advantage of the platform we actually support.