shelljs v0.7.3 Release Notes

Release Date: 2017-01-09 // over 7 years ago
  • Full Changelog

    Closed issues:

    • ๐Ÿ”ฆ expose execSync #494
    • โž• Add a way to create commands that can receive from a pipe without being standalone commands #487
    • cp -r breaks when the directory contains a softlink #193
    • Redirect output to file fails #60
    • We need sed -n ? #38

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ”จ refactor: allow pipeOnly commands (methods on ShellStrings) #493 (nfischer)
    • ๐Ÿ”จ refactor: glob by default for commands #492 (nfischer)
    • ๐Ÿ”จ refactor: switch from notUnix to unix in wrap() #491 (nfischer)
    • ๐Ÿ”จ refactor: switch common.extend() to Object.assign ponyfill #490 (nfischer)
    • ๐Ÿ›  fix: conflicting options now properly override each other #489 (nfischer)
    • ๐Ÿ”จ refactor: expose plugin utils & add initial tests #484 (nfischer)