Skip to content

Releases: nodkz/mongodb-memory-server

v1.6.4

13 Jan 06:27
Compare
Choose a tag to compare

1.6.4 (2018-01-13)

Bug Fixes

  • DownloadUrl: added Mint download url (thanks to @StepanYurtsiv) (75fa143)
  • MemoryServer: use instance.kill() instead of childProcess.kill() (c003c23)
  • add explicitly request package (thanks @robinvdvleuten) (f70e30c), closes #39
  • expose Flowtype defs (b15a789)
  • semantic-release (3fb5326)

v1.6.3

07 Nov 08:42
8f3714d
Compare
Choose a tag to compare

1.6.3 (2017-11-07)

Bug Fixes

  • use instance.kill() in MemoryServer and update dependencies (#29) (8f3714d)

v1.6.2

07 Nov 02:03
Compare
Choose a tag to compare

1.6.2 (2017-11-07)

Bug Fixes

  • wait for mongod process to exit before removing its files (#27) (5151f87)

v1.6.1

06 Oct 15:26
Compare
Choose a tag to compare

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

14 Sep 16:11
Compare
Choose a tag to compare

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

24 Aug 15:22
Compare
Choose a tag to compare

1.5.0 (2017-08-24)

Features

  • config: Add instance.dbName option for providing custom db name (94c14b3)

v1.4.1

17 Aug 11:30
Compare
Choose a tag to compare

1.4.1 (2017-08-17)

Bug Fixes

  • regenerator: Use babel transform-runtime instead manual requiring (84b2322)

v1.4.0

16 Aug 09:43
Compare
Choose a tag to compare

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

08 Jun 10:55
Compare
Choose a tag to compare

1.3.4 (2017-06-08)

Bug Fixes

v1.3.3

07 Jun 21:40
Compare
Choose a tag to compare

1.3.3 (2017-06-07)

Bug Fixes

  • MongoBinary: it does not unlock dir if got DB from cache at second time (e293efb6)