Releases: scriptPilot/dexie-mysql-sync
Releases · scriptPilot/dexie-mysql-sync
v6.0.1
Full Changelog
Fixed bugs:
- Newer remote documents with $deleted flag are fully downloaded #40
- High memory consumption even with empty local database #24
v6.0.0
Full Changelog
Implemented enhancements:
- Do not synchronize full docs from remote to local with deletion flag #38
- Request only required props for remote doc lookup in sync to remote #35
- New option "batchSize" #18
Fixed bugs:
- Docs are synchronized to remote and right again back to local #34
- Doubled question mark in api sync requests #29
v5.1.0
Full Changelog
Implemented enhancements:
- Demo App: Sort tasks and files by creation date descending #32
Fixed bugs:
- Demo App: Input elements should have autocomplete attributes warning #33
- Demo App: Password field not wrapped in form warning #31
- FPM error on PHP server #30
- Multiple requests with empty last sync date #26
- Demo App: Login stucks on test on FTP server #25
v5.0.5
Full Changelog
Implemented enhancements:
- Hide sync starts from debug log #28
Fixed bugs:
- Update loop with sync to remote #27
v5.0.0
Full Changelog
Implemented enhancements:
- Demo App: user registration / login / logout / password change #10
- New authentication functions
- Lot of API changes