Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 716 Bytes

CHANGELOG.md

File metadata and controls

22 lines (16 loc) · 716 Bytes

Changelog

Unreleased

1.0.0 - 2024-03-14

  • [BC break] Rename Reader to SpreadsheetsReader.
  • Feat: Add Google Docs Reader, with ability to read documents either as plaintext or as HTML.
  • Feat: Skip empty rows when reading spreadsheets.
  • Feat: Add integration tests and run them on GitHub Actions.
  • Fix: Do not throw fatal error when reading empty table.
  • Docs: Extend README and clarify steps to obtain credentials.

0.3.0 - 2024-02-28

  • Add option to set cache TTL per request.

0.2.0 - 2024-01-29

  • Require PHP^8.1.

0.1.0 - 2024-01-29

  • Initial release.