Skip to content

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 ⚡

@tofumatt
Copy link
Contributor

tofumatt commented Feb 5, 2016

Looks like even the 10,000ms timeout wasn't long enough, might as well bump it up a bit more to solve that.

@tofumatt
Copy link
Contributor

tofumatt commented Feb 5, 2016

@muffinresearch r? on extending the test length, I don't really see an issue with it, at least for now...

@muffinresearch
Copy link
Contributor

Gah really - I thought 10s was excessive. I'm not sure papering over this problem is a good idea.

@tofumatt tofumatt mentioned this pull request Feb 5, 2016
@tofumatt
Copy link
Contributor

tofumatt commented Feb 5, 2016 via email

@muffinresearch
Copy link
Contributor

Ok so with the fix for #482 in you should be good to rebase this without the timeout tweak (and actually we should be able to move the timeout back to 5000 maybe too?)

@tofumatt
Copy link
Contributor

tofumatt commented Feb 5, 2016 via email

@tofumatt tofumatt force-pushed the greenkeeper-shelljs-0.6.0 branch from 4ac10b9 to 8067bbc Compare February 5, 2016 13:36
tofumatt added a commit that referenced this pull request Feb 5, 2016
@tofumatt tofumatt merged commit 72e45a2 into master Feb 5, 2016
@tofumatt tofumatt deleted the greenkeeper-shelljs-0.6.0 branch February 5, 2016 13:47
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.

3 participants