Releases: wheresvic/mongoose-field-encryption
Releases · wheresvic/mongoose-field-encryption
Release 2.2.1
- D downgrade mocha for node.js >= 4 support (eace393)
Release 2.2.0
- c update documentation (0623a3c)
- D security audit fixes (f207092)
- D update [email protected] (027e84e)
- D update [email protected] (b26c3c6)
- D update [email protected] (f53d5e0)
- D update dependencies (bc3d8be)
- c cleanup gitignore (2640340)
- Unit test for the issue that crashed when some fields were not retrieved by default (efcf2e0)
Release 2.1.3
- c update changelog (c116c2f)
Release 2.1.2
Release 2.0.0
- Update security notes, closes #19 (c6db93a)
- Maintain
aes-256-ctr
backwards compatibility + more (64b8f38) - Merge pull request #21 from vinczedani/feature/cipheriv (708afd5)
- fixes (70e9058)
- should resolve merge conflicts (01c61db)
- add expectations to test (40b0d7c)
- Merge branch 'feature/cipheriv' of github.com:vinczedani/mongoose-field-encryption into feature/cipheriv (30a941b)
- keep interface (f369038)
- Fix repo locations, closes #22 (f70d93b)
- Disable automatic releasing (4d6c31b)
- Merge branch 'master' into feature/cipheriv (144a2bd)
- Merge branch 'feature/cipheriv' of github.com:vinczedani/mongoose-field-encryption into feature/cipheriv (91f1088)
- remove test.only (0972032)
- Merge branch 'master' into feature/cipheriv (b3a4318)
- use cipheriv instead of plain cipher (f2a754b)
Release 1.2.1
- Added support for
findOneAndUpdate
#20
Mongoose 5 support
- Added support for mongoose 5 #16.
- Removed mongoose dependency, moved to
peerDependencies
. - Formatted source code using prettier.