Skip to content

Releases: markjm/execr

v1.6.0

09 Apr 19:20

Choose a tag to compare

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

09 Apr 01:51

Choose a tag to compare

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

v1.4.0

25 Mar 22:57

Choose a tag to compare

Attach the typed child process to the execAsync promise

v1.3.0

25 Apr 21:11

Choose a tag to compare

Bump

v1.2.0

24 Apr 22:50

Choose a tag to compare

bump

v1.0.8

23 Apr 19:24

Choose a tag to compare

version

v1.0.0-5

23 Apr 18:27
d6fd3a0

Choose a tag to compare

Update publish.yml

v1.0.0-4

23 Apr 18:24
7d09b72

Choose a tag to compare

Update publish.yml

v1.0.0-3

23 Apr 18:21
daa8865

Choose a tag to compare

Update publish.yml

v1.0.0-2

23 Apr 18:19

Choose a tag to compare

change name