Releases: disjunction/node-cache-manager-mongoose
Releases · disjunction/node-cache-manager-mongoose
1.0.1
1.0.0
- 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
- use
deleteOne()/deleteMany()
instead ofremove()
, thanks to @joh-klein