Releases: M1chalS/sheets-simplified
Releases · M1chalS/sheets-simplified
Sheet Simplified v1.0.4
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
Changelog:
- Improved project documentation
- Reduced size of compiled JavaScript by excluding tests from build
Sheet Simplified v1.0.2
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
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
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