Releases: Terreii/hoodie-plugin-store-crypto
Compatibility
This release will make the transition to v2 easier.
hoodie-plugin-store-crypto
did wrongly use _design
for its _design/cryptoStore/salt
. Version 2 will move the salt doc to hoodiePluginCryptoStore/salt
. This release will try to use _design/cryptoStore/salt
, if it fails it will try hoodiePluginCryptoStore/salt
.
v1.2 is released now, so that offline capable projects can update to it and don't have a transition problem when v2 will be released.
UpdateOrAdd fix
Fixed a bug that could happen by UpdateOrAdd
, if an array of one object, that will be added, is the argument.
Reset won't bring me down
This plugin will continue to work, after the reset()
method will be called on the hoodie-store.
This happens on:
- sign in (not sign up)
- reset is directly called
Lock added
Locking resets the password/key to nothing. The store will lock on sign out. It can also be used for timeouts.
v1.0.2
Documentation update
This update adds documentation what of a document will be encrypted and how.
It adds examples how the key is generated, documents are encrypted and decrypted, in an way that allows the document to be extracted without this plugin.
Initial release
This is the initial release.
It adds the cryptography and methods to save, read, update and delete encrypted documents. And an event system for when encrypted documents are added, updated, deleted or any of them.