Skip to content

Releases: advisr-io/excel4node

v1.8.2

02 May 15:23
Compare
Choose a tag to compare

Bug Fixes:

Enhancements

  • upgrade dependencies (#60) (#61)

v1.8.1

31 Mar 14:27
c14213a
Compare
Choose a tag to compare

Bug Fixes:

  • fixing a date issue about one millisecond before midnight, thanks krisanselmo (#54)

Enhancements

Default branch update:

We've migrated the default branch from master to main

v1.8.0

21 Jul 14:59
e3596be
Compare
Choose a tag to compare

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:

Enhancements:

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