Releases: typegoose/mongodb-memory-server
Releases · typegoose/mongodb-memory-server
v7.0.0-beta.20
7.0.0-beta.20 (2021-02-24)
Features
Style
- lockfile: add log when "readout" is for not for self (1b669ad)
Refactor
- MongoBinaryDownload: unify path resolving (4258eb7)
Fixes
v7.0.0-beta.19
7.0.0-beta.19 (2021-02-24)
Fixes
- global: use an absolute module path to core in global index scripts (2428fd8)
- postinstall: use an absolute module path to core in postinstall scripts (d71ea48)
Dependencies
- tslib: include tslib dependency in non-core packages (6125d2f)
v7.0.0-beta.18
7.0.0-beta.18 (2021-02-22)
Fixes
- resolveConfig: change to use the first found package.json with an non-empty config field (4d9de37), closes #439
Style
- resolveConfig: add "filename" to logs (7809fcd)
v7.0.0-beta.17
7.0.0-beta.17 (2021-02-20)
Fixes
v7.0.0-beta.16
7.0.0-beta.16 (2021-02-19)
⚠ BREAKING CHANGES
- getos: All "USE*" and "SKIP*" Environment Variables got removed in favor of an better handling
Features
- getos: remove all "USE*" and "SKIP*" environment variables (e389c3e)
- getos: simplify reading an release file (e5e6521)
- MongoBinaryDownloadUrl: add support for "arch/manjaro" (ubuntu workaround) (21449d6)
- MongoBinaryDownloadUrl: refactor getUbuntuVersionString (fc08c25)
- MongoBinaryDownloadUrl: remove function "getMintVersionString" (d66e28a)
Fixes
- getos: add lsb-release file pattern to regex (0cc7dd5)
- getos: add tests for "parseOS" and "parseLSB" (6cdf482)
- getos: tryFirstReleaseFile: simplify file match (7a46fac)
Refactor
- MongoBinaryDownloadUrl: add helper function for regex de-duplication (3d96e5e)
v7.0.0-beta.15
7.0.0-beta.15 (2021-02-10)
Features
- lockfile: add custom lockfile implementation (e6a2237)
Dependencies
- eslint: upgrade to 7.18.0 (6dc0b75)
- jest: upgrade to 26.6.3 (8adf360)
- ts-jest: upgrade to 26.4.4 (b8f1fae)
- typescript: upgrade to 4.1.3 (30ea057)
Fixes
- MongoBinary: add more logs (e980a79), closes #434
- MongoInstance: add more logs (e8d2d4b), closes #434
- MongoMemoryReplSet: add more logs (41a0be0), closes #434
- MongoMemoryServer: add more logs (9d12b04), closes #434
Style
v7.0.0-beta.14
v7.0.0-beta.13
7.0.0-beta.13 (2021-01-13)
Fixes
v6.9.3
v7.0.0-beta.12
7.0.0-beta.12 (2020-12-16)
⚠ BREAKING CHANGES
- MongoInstance: remove function "MongoInstance.getPid", replace with "MongoInstance.childProcess?.pid"
Features
- MongoInstance: remove function "getPid" (f40da9a)
Fixes
- MongoMemoryReplSet: remove unnecessary default to empty array (2035845)
Style
- MongoMemoryReplSet: remove commented-out case (8e3ae46)
- MongoMemoryReplSet: remove TODO (5645a87), closes #392