]> git.immae.eu Git - github/fretlink/tap-google-sheets.git/blob - CHANGELOG.md
v.0.0.4 Logic to skip empty sheets (#4)
[github/fretlink/tap-google-sheets.git] / CHANGELOG.md
1 # Changelog
2
3 ## 0.0.4
4 * Add logic to skip empty worksheets in Discovery and Sync mode.
5
6 ## 0.0.3
7 * Update README.md documentation. Improved logging and handling of errors and warnings. Better null handling in Discovery and Sync. Fix issues with activate version messages.
8
9 ## 0.0.2
10 * Change number json schema to anyOf with multipleOf; skip empty rows; move write_bookmark to end of sync.py
11
12 ## 0.0.1
13 * Initial commit