12.1.0
- Updated the library to use the latest spex v4.x, which also dumped obsolete custom promises, in favour of ES6 Promise, and improves exports and TypeScript declarations.
- Removed
deprecatedlabel from Task.batch function, as its use is still quite alright. And added a note instead:
NOTE:
Consider usingasync/awaitsyntax instead, or if you must have pre-generated promises, then Promise.allSettled.