Skip to content

Releases: vitaly-t/spex

3.0.2

24 Jun 16:25

Choose a tag to compare

  • DEV dependencies updated.

3.0.1

02 Feb 13:53

Choose a tag to compare

  • Updated DEV dependencies.

3.0.0

27 Aug 04:17

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

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

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

Choose a tag to compare

  • Dependency updates
  • Minor update in TypeScript

v.2.0.1

21 Oct 09:45

Choose a tag to compare

  • Refactoring type inspections for the new Node.js 6.x notation via Symbol. See nodejs/node#15631
  • Updating internal benchmark tests
  • General code refactoring
  • Dependency updates

v.2.0.0

21 Sep 13:02

Choose a tag to compare

  • All methods in the library no longer accept optional parameters directly, only via parameter options. This is the breaking change that resulted in major version increase.
  • stream.read now accepts new option readChunks to support readable streams that only provide event data, but no readable event. This also resolves issue #9
  • Lots of documentation updates
  • Dependency updates
  • New tests added

v.1.2.1

21 Sep 09:23

Choose a tag to compare

  • Updating all dependencies
  • Adding testing for Node 8.x
  • Documentation updates
  • Integrating ESLint

v.1.2.0

21 Feb 19:31

Choose a tag to compare

  • TypeScripts improvements to support property duration on arrays.
  • Made all inner types now exported.