shelljs v0.3.0 Release Notes

Release Date: 2014-05-08 // almost 10 years ago
  • Full Changelog

    Closed issues:

    • ๐Ÿ‘ grep() should fully support globing #118
    • ๐Ÿ‘ sed() could support replacement function #115
    • How would you close an exec process that runs indefinitely? #113
    • listen for intermittent output of a long-running child process #111
    • Cannot find module 'shelljs' after installing shelljs with npm #109
    • ๐Ÿ Massive CPU usage on exec() windows #108
    • cp skipping dot files? #79
    • $variables in exec() aren't handled correctly #11
    • ๐Ÿ–จ debug flag that prints commands instead of executing #8

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  grep() support for globing, fixes #118 #119 (utensil)
    • ๐Ÿ›  make sed() support replacement function, fixes #115 #117 (utensil)
    • which() should only find files, not directories #110 (panrafal)
    • โž• Added the New BSD license to the package.json. #105 (keskival)
    • โž• Added win32 support to ln #104 (jamon)
    • ๐Ÿ›  Fix ln using bad paths when given abspaths. #89 (Schoonology)
    • โž• Add ln support, including both -s and -f options. #88 (Schoonology)
    • โž• add support for symlinking (junctions) on win32 #87 (jamon)