entity_store_sembast 7.0.0
entity_store_sembast: ^7.0.0 copied to clipboard
sembast operations for entity_store package
7.0.0 #
- Updated for
entity_store7.0.0. - Migrated the package manifest and tests to Dart-only tooling.
0.0.1 #
- TODO: Describe initial release.
6.0.0-dev.11 #
- BREAKING CHANGE: Result type is removed.
- BREAKING CHANGE: before callback options is removed.
- BREAKING CHANGE: load entity options is removed.
6.0.1 #
- FIX:
findAllがEntityStoreに通知せず、UIが更新されないバグを修正 - FIX:
findOneがEntityStoreに通知しないバグを修正 - FIX:
findAll/findOneにFetchPolicyサポートを追加
6.0.0 #
- BREAKING CHANGE: Updated to entity_store 6.0.0 with all breaking changes
- FEAT: Full Sembast local database integration
- FEAT: Advanced query capabilities with filters and sorting
- FEAT: Transaction support for atomic operations
- FEAT: Efficient local caching with FetchPolicy support
- REFACTOR: Clean repository implementation following entity_store patterns
- PERF: Optimized local storage operations for better performance