Releases: Terreii/hoodie-plugin-store-crypto
Releases · Terreii/hoodie-plugin-store-crypto
v4.2.1
4.2.1 (2020-12-26)
Bug Fixes
- types: fix missing types and missing declare (6364725)
v4.2.0
4.2.0 (2020-12-26)
Bug Fixes
Features
- typescript: add a types declaration files (475c652)
v4.1.3
4.1.3 (2020-11-29)
Bug Fixes
- package: move browserify-aes and pbkdf2 to dependencies (3bb2a14)
v4.1.2
4.1.2 (2020-11-29)
Bug Fixes
- crypto: speed for node (754c9e6)
- setup & unlock: remove warning for no remote db (7538131)
v4.1.1
4.1.1 (2020-11-13)
Bug Fixes
- create-key: use browser MSR-JavaScript-Crypto polyfill (0a2bbca)
- encryption: use browser MSR-JavaScript-Crypto polyfill (f8ec5ff)
Those fixes should make hoodie-plugin-store-crypto (more) usable with bundlers that don't bundle node.js APIs.
v4.1.0
4.1.0 (2020-08-29)
Features
- pouchdb-hoodie-api: add support for pouchdb-hoodie-api (0c2acea)
v4.0.0
4.0.0 (2020-08-21)
Bug Fixes
- package.json & .snyk to reduce vulnerabilities (f2aace3)
- package.json & .snyk to reduce vulnerabilities (2613810)
Code Refactoring
- encryption: remove notHandleSpecialDocumentMembers option (9293d0d)
- index: change index to be an constructor (b86f8f6)
Tests
- travis: drop support for node v8 (07e3dc6)
BREAKING CHANGES
- travis: Drop support for node v8
- encryption: remove notHandleSpecialDocumentMembers option. All fields with a name that starts with _ will now not be encrypted!
- index: Export is now a constructor.
v3.3.0
3.3.0 (2020-04-14)
Features
- ignore special design-doc fields on design-docs (ff31d36)
v3.2.1
3.2.1 (2020-01-31)
Bug Fixes
- package: use new syntax for semantic-release release branches (a06b9b7)
v3.2.0
3.2.0 (2020-01-08)
Features
- decrypt: add decrypt method (f45635c)
- encrypt: add encrypt method (7ff64d9)