local_first_periodic_strategy 0.2.0
local_first_periodic_strategy: ^0.2.0 copied to clipboard
A reusable periodic synchronization strategy plugin for LocalFirst framework
0.2.0 #
- Added
forceSync()method to trigger an immediate sync cycle outside the periodic timer. - Added configurable logger system via
LocalFirstLoggerwith adjustable log levels. - Added repository filtering support via
onBuildSyncFiltercallback. - Fixed event field name alignment with server convention.
- Improved test coverage.
0.1.0 #
- Initial release
- Periodic synchronization strategy for LocalFirst framework
- Configurable sync intervals
- Automatic background synchronization
- Full test coverage with 11 passing tests
- Comprehensive API documentation with usage examples
- Detailed documentation for all public methods and callbacks