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.7.0 🚀 #237

Closed
wants to merge 1 commit into from

Conversation

greenkeeperio-bot
Copy link
Contributor

Hello 👋

🚀🚀🚀

shelljs just published its new version 0.7.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

Changelog from v0.6.0...v0.7.0:

Bug Fixes

  • fix: null is no longer confused for an object
  • fix(ls): no trailing newline for empty directories (#425)
  • fix: error message now printed for fatal failures
  • refactor(cp): clean up code and fix #376
  • Perf improvement for ls, and fix for Windows
  • Improved cd performance and fix error messages
  • fix(exec): properly handles paths with spaces and quotes
  • fix(verbose): verbose-style logging is consistent
  • fix(exec): now actually supports shell option
  • fix(exec): temp files are now cleaned up

Features

  • feat(cp): -P option, plus better handling of symlinks (#421)
  • feat(command): new command: tail()
  • feat(command): new command: head()
  • feat(command): new command: sort()
  • feat(glob): expose config.globOptions.
  • feat(cp): add -L/follow symlink option
  • feat: adding error codes to ShellJS
  • feat(pipe): add support for pipes between commands
  • feat(touch): supports multiple files
  • feat(set): add -f option to disable shell globbing
  • feat(glob): use glob module for globbing
  • feat(glob): glob support for (almost) all commands
  • feat(grep): add -l option

The new version differs by 94 commits .

  • bce3a53 chore: bump version (#429)
  • 2fa739e fix: null is no longer confused for an object
  • 7f802ed fix(ls): no trailing newline for empty directories (#425)
  • 0c85cc1 docs(CONTRIBUTING): add CONTRIBUTING.md with contributing guidelines and issue template
  • 50f72b0 chore: add "Team" section to README (#423)
  • 56fbf5c feat(cp): -P option, plus better handling of symlinks (#421)
  • 943a581 docs(error): deprecate relying on string value
  • b162a2f Merge pull request #419 from shelljs/docs-exec-return-value
  • 193efa7 Merge pull request #417 from shelljs/fix-error-message
  • e87e29d fix: error message now printed for fatal failures
  • 2984b40 Merge pull request #379 from shelljs/feat-head-sort-commands
  • 60d6301 feat(command): new command: tail()
  • a1d5f6a feat(command): new command: head()
  • f6952cb feat(command): new command: sort()
  • 16cb1af Merge pull request #408 from shelljs/rm-remove-duplicate-code

There are 94 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 ⚡

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.

2 participants