mongodb-memory-server-global
Advanced tools
@@ -6,2 +6,13 @@ # Change Log | ||
# [6.2.0](https://github.com/nodkz/mongodb-memory-server/compare/v6.1.1...v6.2.0) (2019-12-26) | ||
### Features | ||
* add static async `MongoMemoryServer.create()`; improve Example code & add TSDoc (tnx [@hasezoey](https://github.com/hasezoey)) ([a2b0fc4](https://github.com/nodkz/mongodb-memory-server/commit/a2b0fc4)), closes [#211](https://github.com/nodkz/mongodb-memory-server/issues/211) [/github.com/nodkz/mongodb-memory-server/issues/184#issuecomment-568782496](https://github.com//github.com/nodkz/mongodb-memory-server/issues/184/issues/issuecomment-568782496) | ||
## [6.1.1](https://github.com/nodkz/mongodb-memory-server/compare/v6.1.0...v6.1.1) (2019-12-20) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "mongodb-memory-server-global", | ||
"version": "6.1.1", | ||
"version": "6.2.0", | ||
"description": "MongoDB Server for testing (auto-download latest version to %HOME/.cache/mongodb-binaries).", | ||
@@ -24,3 +24,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"mongodb-memory-server": "6.1.1", | ||
"mongodb-memory-server": "6.2.0", | ||
"os": "^0.1.1" | ||
@@ -31,3 +31,3 @@ }, | ||
}, | ||
"gitHead": "26526630e3c2a8e00acad496c42931aba2284ba1" | ||
"gitHead": "38124fea1cb263f3ab94e75a5f14e51e524c5a1c" | ||
} |
@@ -9,4 +9,4 @@ # mongodb-memory-server-global | ||
Main default package which downloads latest mongod binary to `%HOME/.cache/mongodb-binaries` directory on package install. | ||
Main default package which downloads latest mongod binary to `%HOME%/.cache/mongodb-binaries` / `~/.cache/mongodb-binaries` directory on package install. | ||
[Full README with avaliable options and examples](https://github.com/nodkz/mongodb-memory-server) |
9983
6.42%