at_persistence_spec 2.0.6
at_persistence_spec: ^2.0.6 copied to clipboard
A Dart library containing abstract classes that defines what an implementation of the persistence layer is responsible for. This can be used to guide implementation of other persistence solutions for [...]
2.0.6 #
- Added support for @server/@client annotation for separating server-specific/client-specific methods
2.0.5 #
- Added encryption shared key and public key checksum to metadata
- Compaction statistics measures entries count, previously measured log size
2.0.4 #
- Support to collect and store compaction statistics
2.0.3 #
- Add isKeyExists method to keystore
2.0.2 #
- Support for Hive lazy and in memory boxes
2.0.1 #
- Change Hive box type to lazy box
2.0.0 #
- Null safety upgrade
1.0.1+3 #
- Support multiple atsigns Introduced batch verb for sync
1.0.1+2 #
- getEntries() renamed to getFirstNEntries in compaction strategy
1.0.1+1 #
- Method renaming in compaction strategy
1.0.1 #
- Documentation related changes
1.0.0 #
- Initial version, created by Stagehand