Skip to content

Releases: rwu823/sh-exec

v2.1.0

22 Oct 12:21
Compare
Choose a tag to compare

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

11 Jan 03:31
Compare
Choose a tag to compare

v0.1.0

04 Jan 15:32
Compare
Choose a tag to compare

Add Promise supported