Releases: LockateMe/Lawncipher
Releases · LockateMe/Lawncipher
Lawncipher v2.0 beta
Major rebuild. Improvements based on the results of the Lawncipher mobile benchmark project.
Major features:
- B+ tree-based encrypted collection indexes
- B+ tree-based encrypted field search indexes
- Dynamic index loading
- Document models : indexed and unique fields
WARNING: Still in beta stage
Lawncipher v1.0.4
Fixing a bug that caused the collection's index to be saved n times if you inserted n documents using bulkSave
Lawncipher v1.0.3
Documenting db.openWithPassword(password, callback). That's it...
Lawncipher v1.0.2
Bug fix : rootSalt wasn't loaded when opening with rootKey
Lawncipher v1.0.1
Bug fix : "non-existing" function name when changing collection model
Lawncipher v1.0.0
- Initial release.
- Tested and known to work on Node.js v0.10 and v5, as well as Cordova (on iOS and Android)