Skip to content

Release 2.0.0

Compare
Choose a tag to compare
@teles teles released this 15 Dec 20:38
· 58 commits to main since this release

Breaking Changes

  • Authentication: Authentication method with credentials has been updated. (5bc4510, 34b2a11)

Features

  • Implement result sanitization for CRUD operations and add getSheetId method #10 (8a60d1e)
  • Add optional configs parameter to CRUD operations for enhanced flexibility #10 (adb31f4)
  • Skip tests for fetching, clearing, and deleting multiple records #10 (2733e57)
  • Add validation to ensure row is a number before deletion #10 (29b105d)
  • Add support for optional metadata and improve error handling #10 (f82dee4)
  • Enhance updateMany function to support optional metadata and improve error handling #10 (44032f2)
  • Enhance insert function to support optional metadata and improve error handling #10 (6723bf3)
  • Enhance deleteMany function to support optional metadata and improve error handling #10 (f6d6ff3)
  • Enhance clearMany function to support optional metadata and improve error handling #10 (8b2e0ce)
  • Enhance findMany function to include metadata in results and update tests accordingly #10 (dc6d69a)
  • Enhance deleteFirst function with optional metadata support and improved error handling #10 (8ed0e15)
  • Enhance clearFirst function with optional metadata support and improved error handling #10 (8958314)
  • Enhance updateFirst function with optional metadata support and improved error handling #10 (57e1dee)
  • Enhance findFirst function with metadata support and improved error handling #10 (a250462)
  • Add OperationError and NotFoundError classes, and IMetadataService interface for operation metadata management #10 (c25d237)
  • Streamline authentication by using auth parameter directly (d9843f8), closes #5
  • Add use example for OAuth (f07ad7b), closes #5
  • Add JWT authentication example and environment configuration (b63e481), closes #5

Bug Fixes

  • update: uses spreadsheets.values.update to update data for updateFirst and updateMany #7 (c93fb6e)