Releases: orlangure/gnomock
Releases · orlangure/gnomock
v0.4.0
No breaking changes, but a big change in terms of configuration: now direct configuration is supported without using functional options (though limited)
v0.3.0
This release includes breaking changes.
- rename Start functions:
Start
->StartCustom
, StartPreset
->Start
- allow to override preset's image tag
- add convenience functions to Container type
- implement multiple presets setup in parallel
v0.2.0
- override preset options
- better cleanup using
--rm
v0.1.1
Support environment variables in created containers
v0.1.0
- Remove finished containers instead of stopping
- Support multiple ports per container