aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* v.0.0.3 Sync error handling, activate version, documentation (#2)v0.0.3Jeff Huth2020-01-091-0/+3
| | | | | | | | | | * v.0.0.2 schema and sync changes Change number json schema to anyOf with multipleOf; skip empty rows; move write_bookmark to end of sync.py * v.0.0.3 Sync activate version and error handling 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.
* v.0.0.2 schema and sync changes (#1)v0.0.2Jeff Huth2019-12-041-0/+3
| | | Change number json schema to anyOf with multipleOf; skip empty rows; move write_bookmark to end of sync.py
* Initial commitJeff Huth2019-11-131-0/+4
Discovery mode works. Still working on normal sync.