Releases: vitaly-t/spex
Releases · vitaly-t/spex
3.0.2
3.0.1
3.0.0
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
strictmode compliance implemented - All TypeScript
typeexports replaced with corresponding interfaces - Strict eslint-ing implemented
- Lots of documentation updated
- All dependencies updated
2.2.0
v.2.1.0
v.2.0.2
v.2.0.1
- 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
- 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
readChunksto support readable streams that only provide eventdata, but noreadableevent. This also resolves issue #9 - Lots of documentation updates
- Dependency updates
- New tests added