Releases: jsdream/mongoose-advanced-encryption
Releases · jsdream/mongoose-advanced-encryption
0.10.4
- Fix all dependency vulnerabilities
0.10.2
- Skip document authentication if the signature is missing and the document has no cipher field (e.g. encrypted data).
- Update mocha dependency to 8.1.3.
- Update unit tests.
0.10.1
- Update deprecated Buffer usage
0.10.0
Improvements:
- Implement partial support for Model.insertMany() method.
0.9.2
Improvements:
- Add middleware to support countDocuments method.
0.9.1
Bug fixes:
- Fix circular structure stringify, when encrypting object with circular references.
Initial release
0.9.0
Fix a bug when encrypting circular structures.