Skip to content

v2.0.0

Pre-release
Pre-release

Choose a tag to compare

@johnbeech johnbeech released this 20 Feb 23:36
· 5 commits to master since this release

2.0.0

New

  • Tests and CI using Github Actions to repo

Changes

  • Fixed security vulnerabilities reported by npm audit
  • Updated google-spreadsheet depenedncy
  • Removed support for public published sheets due to deprecated authentication options
  • Examples now use async await
  • Changed internal workings to use 0 based indexes for rows and columns
  • Changed internal workings to use cleaner async await code
  • Introduced standard js as the enforced linter as part of the CI actions