hive 0.3.0 hive: ^0.3.0 copied to clipboard
Lightweight and blazing fast key-value store written in pure Dart. Stronly encrypted using AES-256.
0.3.0 #
- Big step towards stable API
- Support for transactions
- Annotations for hive_generator
- Bugfixes
- Improved web support
- Breaking:
inMemory
->cached
- Breaking: Binary format changed
0.2.0 #
- Support for dart2js
- Improved performance
- Added
inMemory
option - Breaking: Minor API changes
- Breaking: Changed Endianness to little
- Breaking: Removed Migrator
0.1.1 #
- Downgrade to
meta: ^1.1.6
to support flutter
0.1.0 #
- First release