Releases: typegoose/mongodb-memory-server
Releases · typegoose/mongodb-memory-server
v1.6.1
1.6.1 (2017-10-06)
Bug Fixes
- fix: win32 binary path (4e40bd9), closes #24 (thanks @cmosgh and congrat you with first PR to OSS 🎉)
v1.6.0
1.6.0 (2017-09-14)
Features
- Implemented own downloader, removed mongodb-download package (9a865d6)
~/.mongodb-binaries
folder size decreased from 200MB till 20MB (now it much more pleasant for caching on CI)
mongod
starts up about 30% faster
v1.5.0
1.5.0 (2017-08-24)
Features
- config: Add
instance.dbName
option for providing custom db name (94c14b3)
v1.4.1
1.4.1 (2017-08-17)
Bug Fixes
- regenerator: Use babel transform-runtime instead manual requiring (84b2322)
v1.4.0
1.4.0 (2017-08-16)
Features
- Load regenerator-runtime explicitly. Now
mongodb-memory-server
should work without requiring babel-polyfill
in your tests (a99d10e)
v1.3.4
1.3.4 (2017-06-08)
Bug Fixes
v1.3.3
1.3.3 (2017-06-07)
Bug Fixes
- MongoBinary: it does not unlock dir if got DB from cache at second time (e293efb6)
v1.3.2
1.3.2 (2017-06-07)
Bug Fixes
- MongoBinary: Check again cache after obtaining lock (97e1b6c9)
v1.3.1
1.3.1 (2017-06-07)
Bug Fixes
v1.3.0
1.3.0 (2017-06-07)
Bug Fixes
- 3 minutes try to get lock when downloading binaries (f9310255)
Features
- Avoid multi-download in parallel scrips via lockfile. (fca0f0c0)