wuchuheng_imap_cache 1.0.22
wuchuheng_imap_cache: ^1.0.22 copied to clipboard
wuchuheng_imap_cache is a data-driven caching library based on the IMAP protocol.
0.0.1 #
- Initial version.
0.0.2 #
- Add example code for use
0.0.3 #
- updated examples and README.md
0.0.4 #
- Add a subscription event to listen for data synced online to offline
0.0.5 #
- Created respective local cache for the account.
0.0.6 #
- Created respective local cache for the account.
0.0.7 #
- fix: Fixed an issue where a sudden unexpected interuption caused data errors when setting a value. _ feat: extended 2 parameters: hasLocalCache and hasOnlineCache in the connectory instance.
0.0.8 #
- fix: Fixed an subscribe issue when the value be set.
0.0.9 #
- refactor: refactoring the subscribed evnets of setting.
0.0.10 #
- refactor: refactoring the subscribed evnets of setting.
0.0.11 #
- refactor: refactoring afterSetEvent.
0.0.12 #
- fix: fix the issue that synchronization event caused by time resolution error.
0.0.13 #
- refactor: Refactoring the entire project to optimize performance.
0.0.14 #
- refactor: refactoring codee with isolate.
0.0.15 #
- fix: fix the issue of local cache directory.
0.0.16 #
- chore: changed package name.
0.0.17 #
- chore: updated homepage.
0.0.18 #
- fix: fix the issue of exception not being thrown in isolate.
0.0.19 #
- fix: fix the issue of not handling errors.
0.0.20 #
- fix: fix the issue of sqlite.
0.0.21 #
- chore: Delete useless libraries
1.0.0 #
- fix: Fix the exception generated when saving data.
- feat: Subscribe to the log.
1.0.1 #
- chore: updated dependence.
1.0.2 #
- feat: add the disconnect method to API.
1.0.3 #
- feat: add the sync subscribe method.
1.0.4 #
- fix: Fix the exception not being thrown normally when asynchronous
- feat: add the setSyncInterval API.
1.0.5 #
- chore: updated version.
1.0.6 #
- fix: fix the exception cannot be report when the exception is empty
1.0.7 #
- fix: fix the exception cannot be report when the exception is empty
1.0.8 #
- fix: fix the exception cannot be report when the exception is empty
1.0.9 #
- feat: Add subscription events: onUpdate, onUpdated, onDownload, onDownloaded.
1.0.10 #
- chore: update sqlite3 version.
1.0.11 #
- refactor: refactoring the database with drift.
1.0.12 #
- refactor: refactoring the database with drift.
1.0.13 #
- fix: fix the issue of sync data from online.
1.0.14 #
- feat: disconnect and reconnect feature.
1.0.15 #
- chore: update pubspec.yaml
1.0.16 #
- feat: update dependencies.
1.0.17 #
- refactor: refactoring the code.
1.0.18 #
- fix: fix the issue that the same id may cause an error due to concurrency.
1.0.19 #
- chore: update hook dependence.
1.0.20 #
- chore: update isolate_channel dependence.
1.0.21 #
- feat: add refreshed feature for sync task.
1.0.22 #
- fix: fix the issue that the latest local modification is overwritten by online.