Skip to content

Releases: rwu823/sh-exec

v2.1.0

Choose a tag to compare

@rwu823 rwu823 released this 22 Oct 12:21

Fixed

  • #1 Fix export default issue in node

Breaking Changes in v2

  • Silent API from shSilent to sh.quiet
- import { shSilent } from 'sh-exec'
+ import sh from 'sh-exec'
+ sh.quiet

v0.1.1

Choose a tag to compare

@rwu823 rwu823 released this 11 Jan 03:31

v0.1.0

Choose a tag to compare

@rwu823 rwu823 released this 04 Jan 15:32

Add Promise supported