@warp-works/warpjs-mongo-persistence
Version:
Mongo implementation for persistence layer of WarpWorks
48 lines (25 loc) • 798 B
Markdown
# Releases
## 2.0.3 - 2021-06-21
- Merging into master branch and latest tag.
## 2.0.2 - 2021-06-21
- Fixed v3 breaking api change.
## 2.0.1 - 2021-06-21
- Adding `useUnifiedTopology`.
## 1.0.0-rc.1 - 2021-06-16
- Updating packages and node@14
## 0.1.9 - 2019-07-17
- lodash CVE-2019-10744. Adding `async` to some function to make it explicit.
## 0.1.8 - 2018-12-12
- npm outdated.
## 0.1.5 - 2017-10-20
- Passing persistence config for backup.
## 0.1.4 - 2017-10-12
- Updated mongodb driver and fixed tests for new mocha@4
## 0.1.3 - 2017-10-04
- Implementation of `makeBackup()`.
## 0.1.2
- save() now returns the newly created document.
- Added remove() and update().
- Conversion from MongoDB.ObjectID is done automatically.
## 0.1.1 - 2017-04-18
- Renamed for WarpWorks.