Releases: apify/xlsx-stream
Releases · apify/xlsx-stream
v1.0.3
What's Changed
- fix: add
tslib
to dependencies by @jirimoravcik in #29
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- chore: fix build, bump version by @jirimoravcik in #27
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- feature: add typings and build with typescript compiler by @sveisvei in #17
- chore: update GitHub actions with node versions by @jirimoravcik in #25
- Remove lodash dependency by @brettwillis in #24
New Contributors
- @sveisvei made their first contribution in #17
- @brettwillis made their first contribution in #24
Full Changelog: v1.0.0...v1.0.1
v1.0.0
- 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