Skip to content

Releases: M1chalS/sheets-simplified

Sheet Simplified v1.0.4

26 Jul 07:29
Compare
Choose a tag to compare

Changelog:

  • Added createNamedRange and deleteNamedRange method
  • Added ability to use namedRange in CRUD methods and SheetsConnection constructor
  • Updated documentation
  • Added new tests
  • Added .env.example for easier development setup

Sheet Simplified v1.0.3

24 Jul 09:18
Compare
Choose a tag to compare

Changelog:

  • Improved project documentation
  • Reduced size of compiled JavaScript by excluding tests from build

Sheet Simplified v1.0.2

16 Jul 16:40
Compare
Choose a tag to compare

Changelog:

  • Added two new methods createSheet and deleteSheet
  • Added new allow sheet name modifications field. When true it changes sheet and sheetRange based on above-mentioned methods
  • Added new tests
  • Created public sheetName getter method

Sheet Simplified v1.0.1

16 Jul 10:51
Compare
Choose a tag to compare

Changelog:

  • Added response formatter that converts first rows into object keys and rest into its values (better described in README)
  • Added firstRowAsHeader option in Sheets Connection class
  • Added tests for newly added function
  • Exported types in index.ts for easier importing

Sheet Simplified v1.0.0

16 Jul 10:45
Compare
Choose a tag to compare

Changelog:

  • Added Google Sheets Auth class
  • Added Sheets Connection class containing get, append, update and delete methods that allow sheet CRUD operations
  • Added Interfaces that check syntax of constructor and method configurations
  • Added types enums that define available options based on google apis
  • Added tests for Sheets Connection main methods and sheet range checks