Skip to content

Releases: wheresvic/mongoose-field-encryption

Release 2.2.1

25 Feb 08:48
Compare
Choose a tag to compare
  • D downgrade mocha for node.js >= 4 support (eace393)

Release 2.2.0

25 Feb 08:35
Compare
Choose a tag to compare

Release 2.1.3

23 Oct 21:10
Compare
Choose a tag to compare

Release 2.1.2

23 Oct 20:44
Compare
Choose a tag to compare
  • c update repo location (85a9985)
  • T add test case (3f59502)
  • Check if the field exists before decryption (84fa711)
  • F switch to using nyc for test coverage reporting (da83bf7)
  • D update dependencies (e7329ee)

Release 2.0.0

11 Sep 21:31
Compare
Choose a tag to compare
  • 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

07 Sep 18:15
Compare
Choose a tag to compare
  • Added support for findOneAndUpdate #20

Mongoose 5 support

23 Aug 21:26
Compare
Choose a tag to compare
  • Added support for mongoose 5 #16.
  • Removed mongoose dependency, moved to peerDependencies.
  • Formatted source code using prettier.