v6
- 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+)