All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.23.13 (2021-07-20)
- single container pause and unpause added (5921b51)
- now lints correctly (74b4d6e)
0.23.12 (2021-06-06)
- dx: add default export (c4b6087)
0.23.11 (2021-06-04)
0.23.10 (2021-05-11)
- fix mapping ipv6-based port mappings (53fb971)
- fix mapping ipv6-based port mappings (6dec0c6)
- fix mapping ipv6-based port mappings (dbdb900)
- fix mapping ipv6-based port mappings (8aa8465)
- fix mapping ipv6-based port mappings (21b63cb)
- fix mapping ipv6-based port mappings (48c9f08)
- fix mapping ipv6-based port mappings (e7013df)
0.23.9 (2021-05-08)
- Add execPath option to set path to docker-compose executable (58f09f4)
0.23.8 (2021-04-15)
0.23.7 (2021-04-14)
- allow to pass docker compose configuration as string (e8c14d3)
- make result for
config --services
command type safe (6f105ca) - make result for
config --volumes
command type safe (51b20b4) - make result for
config
command type safe (a2f5a4e) - make result for
port
command type safe (70a98f4) - make result for
ps
command type safe (880d252) - make result for
version
command type safe (a7da038)
0.23.6 (2021-01-06)
- allow to pass docker compose configuration as string (e8c14d3)
0.23.5 (2020-07-10)
- update flags incompatible with detached mode (c808fa2)
0.23.4 (2020-04-23)
- allow passing service names to
rm
function (3a68db7)
0.23.3 (2020-03-06)
- add ability to pass --abort-on-container-exit flag to up methods (e85af8c)
- reset jest set timeout to original value (c4ed7ed)
0.23.2 (2019-12-31)
0.23.1 (2019-10-26)
- #97:
- Add a
version
function
- Add a
- #94:
- Fix a copy-paste typo for pull commands
- #93:
- Add pull command methods to readme
- #92:
- Fix
eslint-utils
security issue
- Fix
- #90:
- Add
pullOne
,pullMany
andpullAll
methods
- Add
- #89:
- Add
stopOne()
command
- Add
- #87:
- Use proper
es2015
library (for Promises, etc.) intsconfig
- Use proper
- #84:
- Set Node 6.0 as minimum version
- #83:
- Migrate to Typescript
- #77:
- handle error based on exit code
- replace
tape
withjest
- #82: Allow passing an array as command to
run
andexec
- #69: Fix declaration for
logs
function
- #69: Remove winston dependency and lib/log
- #66: Trailing commas causing syntax error on NodeJS 6.x
- #58: Expose docker-compose exit code in results