Skip to content

Releases: paolagres/json2sheets

v1.1.3

03 Jul 13:04
e42a1c2
Compare
Choose a tag to compare

1.1.3 (2024-07-03)

Performance Improvements

  • client: filter fields on query to maximize performance (7cf8c06)

v1.1.2

02 Jul 12:33
0ad4654
Compare
Choose a tag to compare

1.1.2 (2024-07-02)

Bug Fixes

  • add startIndex when defining hyperlink in cell (affd3ec)
  • client: only add or delete columns in sheet if necessary (1b9b17c)

Performance Improvements

  • client: apply field masks to requests for better perf (71352d6)
  • client: batch requests by chunks of 100 requests (d83eaf8)

v1.1.1

27 Jun 14:14
Compare
Choose a tag to compare

1.1.1 (2024-06-27)

Bug Fixes

  • Use date-fns to round dates to nearest minutes (e6a5173)

Version 1.1.0

26 Jun 12:49
Compare
Choose a tag to compare
  • Handle header modifications by deleting and adding columns
  • Replace addRow() and addColumn() by addRows() and addColumns()