v2.0.0
Breaking
- Require Node.js 20 (#12) 4370837
- It now runs the function in a worker thread instead of a subprocess (#12) 4370837
- To get the previous behavior, change your import:
-import makeSynchronous from 'make-synchronous'; +import makeSynchronous from 'make-synchronous/subprocess';
- To get the previous behavior, change your import:
Improvements
Meta
Huge thanks to @fisker for implementing this 🎉