Releases: vitaly-t/spex
Releases · vitaly-t/spex
4.1.0
4.0.2
4.0.1
4.0.0
Legacy Clean-up
Gone: Custom Promises 🔨
- Removed from the library everything related to supporting custom promises, external promise libraries, such as
Bluebird, etc., as obsolete. Now it is ES6 Promise all the way, nothing else, and no customization in that regard. - Improved TypeScript declarations.
3.4.2
3.4.1
3.4.0
3.3.0
3.2.0
3.1.0
- TypeScript: Added templates support for
batchfunction, to support tuples deconstruction. See PR-14.
Now you can deconstruct tuples like this:
const [first, second] = await spex.batch<number, string>([123, 'hello']);
// first type is inferred as number
// second type is inferred as string- Revised and fixed tests for NodeJS v8 and v15
- Made NodeJS v15 officially supported
- Updated DEV dependencies