Skip to content

Releases: markjm/execr

v1.6.0

09 Apr 19:20
Compare
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
Compare
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
Compare
Choose a tag to compare

Attach the typed child process to the execAsync promise

v1.3.0

25 Apr 21:11
Compare
Choose a tag to compare
Bump

v1.2.0

24 Apr 22:50
Compare
Choose a tag to compare
bump

v1.0.8

23 Apr 19:24
Compare
Choose a tag to compare
version

v1.0.0-5

23 Apr 18:27
d6fd3a0
Compare
Choose a tag to compare
Update publish.yml

v1.0.0-4

23 Apr 18:24
7d09b72
Compare
Choose a tag to compare
Update publish.yml

v1.0.0-3

23 Apr 18:21
daa8865
Compare
Choose a tag to compare
Update publish.yml

v1.0.0-2

23 Apr 18:19
Compare
Choose a tag to compare
change name