Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 3.88 KB

CHANGELOG.md

File metadata and controls

46 lines (35 loc) · 3.88 KB

Changelog

2.1.0 (2024-09-16)

Features

  • add early missing column in header row validation (e1e568f)

2.0.0 (2024-05-17)

⚠ BREAKING CHANGES

  • parseCSVFromString now return a promise
  • remove sheets uncompatible custom header and body row number options

Features

  • add TSDoc for exported variables, functions and types (26af842)
  • parseCSVFromString now return a promise (0f951e4)
  • remove sheets uncompatible custom header and body row number options (07721c1)
  • support sheets API query params (7c91207)

1.0.0 (2024-05-08)

Features

  • add basic table and spreadsheet type interface (c6ae100)
  • add column type (96bf619)
  • add exclude unknown columns with options (0b158d4)
  • add nullable column type (6ca61d3)
  • add one of column type and rename optional (cf09f65)
  • add row generic type infer from table (486fa63)
  • add trim option and parse empty cell as null (23cc22d)
  • add twin optional variant to all column types (6e8ebfc)
  • allow passing fetch init config (0be368c)
  • config package building (295517c)
  • extract parser out of spreadsheet (925ffd2)
  • fetch, parse, and validate data in get function (9761c6d)
  • improve error messages (527ce1f)
  • make parseCSVFromString synchronous (d9ec2ea)
  • spreadsheets can specify global options (6851961)
  • support anonymous table for csv parser (ce62a34)
  • support custom header and body row number (9b840ff)
  • use includeUnknownColumns option instead of exclude (7fc0785)
  • use typebox convert in csv parser (e0757b3)
  • validate table name and narrow down parser schema type (274cf4b)