]> git.immae.eu Git - github/fretlink/tap-google-sheets.git/blame - CHANGELOG.md
v.0.0.4 Logic to skip empty sheets (#4)
[github/fretlink/tap-google-sheets.git] / CHANGELOG.md
CommitLineData
89643ba6
JH
1# Changelog
2
376f1145
JH
3## 0.0.4
4 * Add logic to skip empty worksheets in Discovery and Sync mode.
5
43a24cba
JH
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
5890b89c
JH
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
89643ba6
JH
12## 0.0.1
13 * Initial commit