Skip to content

Releases: erikengervall/dockest

v3.1.0

23 Oct 13:23
b1ea62e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.1.0

v2.0.0-alpha.1

24 Oct 16:19
Compare
Choose a tag to compare

[2.0.0-alpha.1] - 2019-10-24

Added

  • Introduced monorepo structure using yarn workspaces and lerna
  • Use compose CLI for merging compose files #82
  • Allow containers to connect to host machine/dockest inside container support #91

Changed

  • Broke out runners from Dockest constructor and introduced attachRunners method
  • Started moving towards relying heavier on compose files rather than supplying runners that'll generate compose files

v1.0.3

30 Aug 15:26
Compare
Choose a tag to compare

[1.0.3] - 2019-08-30

Added

  • New logo 🎉
  • Supports services being referenced as a dependency multiple times

v1.0.2

20 Aug 15:01
Compare
Choose a tag to compare

[1.0.2] - 2019-08-20

Added

  • Runners
    • KafkaRunner
    • PostgresRunner
    • RedisRunner
    • ZooKeeperRunner
    • SimpleRunner
  • Support for parsing of Compose Files as well as supplying runners with individual images.
  • Support for parallelism of Jest and healthchecking Runner.