v1.5.1
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.