Skip to content

Releases: vitaly-t/spex

3.4.0

13 Oct 19:13
Compare
Choose a tag to compare
  • Updated DEV dependencies
  • Updated code linting + code accordingly
  • Replaced obsolete Travis coverage with GitHub CI integration
  • Minimum NodeJS v14 is now the minimum supported version

3.3.0

18 Mar 12:09
Compare
Choose a tag to compare
  • Dev dependencies updated.
  • Now requires Node v10 or newer

3.2.0

20 Dec 14:25
Compare
Choose a tag to compare
  • Making batch method even more type-strict.

3.1.0

20 Dec 06:52
Compare
Choose a tag to compare
  • TypeScript: Added templates support for batch function, 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

3.0.2

24 Jun 16:25
Compare
Choose a tag to compare
  • DEV dependencies updated.

3.0.1

02 Feb 13:53
Compare
Choose a tag to compare
  • Updated DEV dependencies.

3.0.0

27 Aug 04:17
Compare
Choose a tag to compare

This major update includes a few breaking changes.

  • Node.js v4.5 is the new minimum, which also upps in-browser requirements accordingly
  • All code rewritten for use of the ES6 syntax everywhere
  • TypeScript 3.x with strict mode compliance implemented
  • All TypeScript type exports replaced with corresponding interfaces
  • Strict eslint-ing implemented
  • Lots of documentation updated
  • All dependencies updated

2.2.0

09 Mar 18:50
Compare
Choose a tag to compare
  • Merged with PR 13, to improve the TypeScript support
  • Updated dependencies
  • Updated Travis integration

v.2.1.0

19 Oct 18:26
Compare
Choose a tag to compare
  • Implemented #12
  • Updated all dependencies, now using strict versioning only
  • Updated tests + coverage
  • Added explicit support for Node v10, and retired support for Node v0.10

v.2.0.2

26 Jan 21:35
Compare
Choose a tag to compare
  • Dependency updates
  • Minor update in TypeScript