Releases: Avila-Tek/mongoose-encryption
Releases · Avila-Tek/mongoose-encryption
v1.0.1
What's Changed
We fixed some issues:
- 🐛 Fixing package.json "main" attribute.
- 🐛
findOneAndUpdatefunctionality had its code commented.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
This first version includes the following features:
- 🔐 Encrypting simple fields.
- 🔐 Encrypting nested fields.
- 🔐 Encrypting array fields.
- 🔐 Encrypting fields in objects inside arrays.
- 👨🏽💻 CLI encryption helper for pre-existing collections.
- 🧪 Testing
New Contributors
- @ManuelMendozaa made their first contribution in #1
Full Changelog: v0.1.0...v1.0.0