Skip to content

12.1.0

Choose a tag to compare

@vitaly-t vitaly-t released this 29 Aug 19:16
· 22 commits to master since this release
  • 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 deprecated label from Task.batch function, as its use is still quite alright. And added a note instead:

NOTE:
Consider using async/await syntax instead, or if you must have pre-generated promises, then Promise.allSettled.