- Add
tslib
to dependencies
- Add
@types/node
to devDependencies to fix.d.ts
files build
- Remove lodash dependency
- Update GitHub actions to use Node.js (16, 18, 20)
- Add typings and build with typescript compiler
- BREAKING: New API consistent with Node's Transform stream API. See README.md for new API usage.
- Updated packages: archiver, mocha
- Added new unit tests
- Initial version with non-standard Stream API.