Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 627 Bytes

CHANGELOG.md

File metadata and controls

23 lines (19 loc) · 627 Bytes

1.0.3 / 2024-08-07

  • Add tslib to dependencies

1.0.2 / 2024-05-18

  • Add @types/node to devDependencies to fix .d.ts files build

1.0.1 / 2024-05-13

  • Remove lodash dependency
  • Update GitHub actions to use Node.js (16, 18, 20)
  • Add typings and build with typescript compiler

1.0.0 / 2021-07-13

  • 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

0.0.x / 2019-09-26

  • Initial version with non-standard Stream API.