Skip to content

v6

Compare
Choose a tag to compare
@tuananh tuananh released this 21 May 07:49
· 95 commits to develop since this release
  • drop ready(). Introducing this method was a mistake.
  • drop support for Node < 12
  • make use of worker_threads module (avail since Node 12)
  • no longer works on the web
  • major performance improvement.

To upgrade from v5

  • Just remove .ready() call.
  • Update to a recent Node version (12+)