Releases: advisr-io/excel4node
v1.8.2
v1.8.1
v1.8.0
New Repo & Maintainer:
Huge thanks to natergj for his work on this library. Due to life circumstances he is no longer able to maintain this library and he has passed the torch over to us at Advisr to continue. We will be continuing development of this library on our fork https://github.com/advisr-io/excel4node and the original repo will be deprecated. New versions will still be released to the original NPM package https://www.npmjs.com/package/excel4node.
This release is meant to bring the package up to date with its various dependencies to address security vulnerabilities found since the last release three years ago. Additionally a few pull requests from the original repo have been merged to address a few outstanding bug/feature requests. Thanks to Arthur Blake for identifying the pull requests to transfer over from the original repo.
Bug Fixes:
- wb.Worksheep is not a function, thanks huihui0606 (#1)
- error handling for cell row/col smaller than 1 original issue, thanks firlus (#2)
- add default cell style definition original pr, thanks artiz (#3)
- fix getExceTS daylight savings bug original pr, thanks finnshort (#4)
- fix readingOrder original issue, thanks atlanteh (#5)
Enhancements:
- upgrade dependencies (92541fa) (11dd63d) (#7) (#24)
- allow access to set picture rId manually to reduce filesize for reused images original issue, thanks Newbie012 (#6) (#21)
Breaking Changes:
- Node versions less than v14 (current maintenance LTS) are no longer supported.
- Please upgrade to the latest LTS release of Node (we recommend either v14 or v16).
- When bringing the library dependencies up to date we were forced to increase the minimum node version requirement to their level