Skip to content

Releases: disjunction/node-cache-manager-mongoose

1.0.1

14 May 05:58
Compare
Choose a tag to compare
  • Fix .get returns undefined when using async/await (see #11)

1.0.0

23 Oct 10:22
Compare
Choose a tag to compare
  • switch from WTFPL to MIT-0, add license section to README, add LICENSE file
  • update dev. dependencies
  • replace .npmignore with files field

This release just makes the library more official, once I noticed there were people actually using it :)

No has no actual code changes from 0.2.0

0.2.0

23 Oct 10:19
Compare
Choose a tag to compare
  • use deleteOne()/deleteMany() instead of remove(), thanks to @joh-klein

0.1.0

30 Sep 19:35
Compare
Choose a tag to compare
  • update() replaced with upateOne(), thanks to @ilves