Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update shelljs to version 0.6.0 🚀 #131

Closed
wants to merge 1 commit into from

Conversation

greenkeeperio-bot
Copy link
Contributor

Hello 👋

🚀🚀🚀

shelljs just published its new version 0.6.0, which is not covered by your current version range.

If this pull request passes your tests you can publish your software with the latest version of shelljs – otherwise use this branch to work on adaptions and fixes.

Happy fixing and merging 🌴


GitHub Release

v0.6.0! Mine and @nfischer's first release!

We're really exited to be a part of the shelljs team.

Changelog:

0.6.0 (2016-02-04)

Bug Fixes

  • regexes: make regexes more consistent with sed and grep (1ee696d)
  • cat: make behavior more like unix (580d6d3)
  • cp: add -n option, make -f default behavior (8377b92)
  • mv: add -n option, make -f default behavior (2d1ee4d)
  • windows: fix shjs tests for windows (985ac20)
  • windows: fix symlinking on windows (fb5a7ec), closes #301.
  • which: properly search PATHEXT on Windows (eaa7710), closes #301.
  • electron: fix electron compatibility by not doing console.log.apply(this, ...) (9e9b500), closes #255.

Features

  • expand: add tilde expansion to expand() (b3f2664)
  • cd: cd() (no args) changes to home directory (dfaa78a)
  • ls: add -d flag to ls() (c6da9e7)
  • ls: add -l option (e918c75)
  • sed: support multiple file names (bccf620), closes #231
  • set: add new set() command (ca045ea)
  • cd: cd('-') now returns you to the previous directory, as in bash (1979d07)
  • chmod: add X for directories (766c2dd)
  • exec: add exec(...).stdout (8a7f7ce)
  • exec: allow passing options to child_process.exec (c0d9cf7)
  • options: options with values (see touch -r for an example) (f9c8fc0)

The new version differs by 130 commits .

  • fe06baf Merge pull request #338 from shelljs/release/v0.6.0
  • 3dddadf chore(package): add @ariporad and @nfischer as contributors and bump version
  • f9c8fc0 Merge pull request #341 from shelljs/feat-valued-options
  • dc79d7e fix(touch): enhance parseOptions and fix touch's -r flag
  • a35f9dd Merge pull request #337 from shelljs/no-coffeescript-in-README
  • 9ecff1f Merge pull request #339 from shelljs/better-npmignore
  • 7934366 docs(README): remove coffeescript from README
  • 3e22277 chore(.npmignore): update npmignore
  • c0d9cf7 Merge pull request #335 from shelljs/more-exec-options
  • 164a214 use common.extend
  • 3c89df7 Merge pull request #336 from shelljs/fix-cp-semantics
  • 8377b92 fix(cp): add -n option, make -f default behavior
  • 058bb67 feat(exec): allow all exec options to pass through
  • f729896 Merge pull request #329 from shelljs/feat-set-command
  • ee5baf7 Merge pull request #326 from shelljs/fix-cat-semantics

There are 130 commits in total. See the full diff.


This pull request was created by greenkeeper.io.
It keeps your software, up to date, all the time.

Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚡

@jimthedev
Copy link
Member

Waiting to upgrade until this issue is resolved:

shelljs/shelljs#376

Being worked on here:

shelljs/shelljs#380

@jimthedev jimthedev force-pushed the master branch 2 times, most recently from 5d1c084 to eeff91f Compare April 20, 2016 12:33
@jimthedev
Copy link
Member

Closing this as 0.7 has been released. We will skip 0.6. Greenkeeper put in a PR #208 for that update.

@jimthedev jimthedev closed this Apr 27, 2016
@jimthedev jimthedev deleted the greenkeeper-shelljs-0.6.0 branch April 27, 2016 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants