shelljs v0.5.0 Release Notes

Release Date: 2015-05-19 // about 9 years ago
  • Full Changelog

    Closed issues:

    • Enter text to prompt #203
    • Find which shell is being used #195
    • ๐Ÿ’ป Pass command line params to the make tool #188
    • Is it possible to call exec with a command containing new lines ? #177
    • ๐Ÿ The installation would break on Windows 7 #161
    • Q.ninvoke() returns undefined #153
    • installed shelljs on osx but reported error: npm ERR! 404 '%5B-g%5D' is not in the npm registry. #124
    • "ln" not found (OS X) #106
    • Using shelljs in a CLI app. #91

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ’ฅ Breaking: Allow -- as args separators (fixes #188) #207 (nzakas)
    • โšก๏ธ Update .travis.yml #190 (arturadib)
    • ๐Ÿ‘‰ Use new child_process.execSync instead of busywaiting #189 (madd512)
    • โšก๏ธ Update README.md: explains how to access "config" #145 (kerphi)
    • ๐Ÿ›  Fix to set state.error before throw the exception #120 (abdul-martinez)
    • โž• Add -l and -s support to grep. #116 (idearat)