Releases: typegoose/mongodb-memory-server
Releases · typegoose/mongodb-memory-server
v4.0.0
09 Mar 17:55
Compare
Sorry, something went wrong.
No results found
4.0.0 (2019-03-09)
BREAKING CHANGES
The codebase was migrated from Flowtype to TypeScript 🚀
It helps to improve the DX on this project for new contributors 😇
I found to publish a new MAJOR version more safety, cause our refactoring
change build process (from babel -> typescript)
automatically generates flowtype definitions (it may not work)
All credits to @AJRdev for amazing work!
v3.1.3
09 Mar 15:15
Compare
Sorry, something went wrong.
No results found
3.1.3 (2019-03-09)
Bug Fixes
include storageEngine option in replica sets (b4254de )
pass instance ip option to MongoInstance.run (61a605c )
v3.1.2
28 Feb 13:56
Compare
Sorry, something went wrong.
No results found
3.1.2 (2019-02-28)
Bug Fixes
check for spaces and wrap in quotes (a7610da ), closes #139
v3.1.1
14 Feb 04:17
Compare
Sorry, something went wrong.
No results found
3.1.1 (2019-02-14)
Bug Fixes
MD5 check failing due to validating minimum size for MD5 file itself (09723ce )
v3.1.0
12 Feb 08:20
Compare
Sorry, something went wrong.
No results found
3.1.0 (2019-02-12)
Features
MongoMemoryServer: start mongod if was requested instance data for not running DB (88e9460 )
v3.0.0
16 Jan 16:43
Compare
Sorry, something went wrong.
No results found
3.0.0 (2019-01-16)
Bug Fixes
do not block packages instalation when occured problem with mongodb binary download (0f1dc61 ), closes #131
more strict checks for downloaded file (7aa708e )
Code Refactoring
reverse MD5 check logic. Now by default it's disabled. (a41a15d ), closes #131
BREAKING CHANGES
Reverse MD5 check logic. Now by default it's disabled.
MONGOMS_SKIP_MD5_CHECK was removed
MONGOMS_MD5_CHECK was added. Should be true if you want to enable md5 check. But who cares this checks if we just need blazing fast tests?
v2.9.3
10 Jan 16:22
Compare
Sorry, something went wrong.
No results found
2.9.3 (2019-01-10)
Bug Fixes
MongoInstance: 'Mongod shutting down' fires FAIL only if instance does not started (#130 ) (739c99a )
v2.9.2
10 Jan 11:17
Compare
Sorry, something went wrong.
No results found
2.9.2 (2019-01-10)
Bug Fixes
MongoInstance: kill the killerProcess on instance kill (#129 ) (545d098 )
v2.9.1
22 Dec 10:21
Compare
Sorry, something went wrong.
No results found
2.9.1 (2018-12-22)
Bug Fixes
promisfy fs.access in getSystemPath (85af3cf )
v2.9.0
19 Dec 18:00
Compare
Sorry, something went wrong.
No results found
2.9.0 (2018-12-19)
Features