Skip to content

v1.5.1

Choose a tag to compare

@imreallyliam imreallyliam released this 08 Mar 22:02
· 31 commits to main since this release

Full Changelog: v1.5.0...v1.5.1

  • add encodeCellValue and normalizeForSchema functions for improved data handling
  • Implemented encodeCellValue to handle various data types for sheet cells.
  • Added normalizeForSchema to treat empty strings as undefined for schema validation.
  • Updated appendInternal and updateInternal functions to utilize new utilities.
  • Enhanced error messages in GQuerySchemaError for better debugging.
  • Refactored JSON parsing logic in parseRows to handle stringified objects/arrays.
  • Bumped version to 1.5.1 in package.json and package-lock.json.