Skip to content

Releases: markjm/execr

v1.6.0

Choose a tag to compare

@markjm markjm released this 09 Apr 19:20

Ergonomics change to support directly awaiting .stdout instead of needing to wrap the await exec in parens.

Before:

const result = (await git.status()).stdout

After:

const result = await git.status().stdout

v1.5.0

Choose a tag to compare

@markjm markjm released this 09 Apr 01:51

Allow ExecOpts to be optionally passed in at wrap time to support defaul opts for the lifespan of the wrap.

v1.4.0

Choose a tag to compare

@markjm markjm released this 25 Mar 22:57

Attach the typed child process to the execAsync promise

v1.3.0

Choose a tag to compare

@markjm markjm released this 25 Apr 21:11
Bump

v1.2.0

Choose a tag to compare

@markjm markjm released this 24 Apr 22:50
bump

v1.0.8

Choose a tag to compare

@markjm markjm released this 23 Apr 19:24
version

v1.0.0-5

Choose a tag to compare

@markjm markjm released this 23 Apr 18:27
d6fd3a0
Update publish.yml

v1.0.0-4

Choose a tag to compare

@markjm markjm released this 23 Apr 18:24
7d09b72
Update publish.yml

v1.0.0-3

Choose a tag to compare

@markjm markjm released this 23 Apr 18:21
daa8865
Update publish.yml

v1.0.0-2

Choose a tag to compare

@markjm markjm released this 23 Apr 18:19
change name