Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: shelljs/shelljs

v0.10.0

09 May 19:23
4580c00
This commit was signed with the committer’sverified signature.
nfischer Nate Fischer
GPG key ID:6B26D10BFB2E6F00
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

New Contributors

Full Changelog:v0.9.2...v0.10.0

Contributors

  • @y-nk
  • @abluescarab
  • @nfischer
y-nk, abluescarab, and nfischer
Assets2
Loading
abluescarab, per1234, and blueskyfish reacted with hooray emoji
3 people reacted

v0.9.2

17 Mar 00:51
b90139f
This commit was signed with the committer’sverified signature.
nfischer Nate Fischer
GPG key ID:6B26D10BFB2E6F00
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Full Changelog:v0.9.1...v0.9.2

Contributors

  • @nfischer
nfischer
Loading
per1234 reacted with thumbs up emoji
1 person reacted

v0.9.1

09 Mar 00:24
8c3c2ac
This commit was signed with the committer’sverified signature.
nfischer Nate Fischer
GPG key ID:6B26D10BFB2E6F00
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Full Changelog:v0.9.0...v0.9.1

Contributors

  • @nfischer
nfischer
Loading
7PH and per1234 reacted with hooray emoji
2 people reacted

v0.9.0

08 Mar 23:04
7d88393
This commit was signed with the committer’sverified signature.
nfischer Nate Fischer
GPG key ID:6B26D10BFB2E6F00
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

New Contributors

Read more

Contributors

  • @rivy
  • @mperrando
  • @sonicdoe
  • @DanielRuf
  • @addaleax
  • @smack0007
  • @skeet70
  • @kmashint
  • @christopherthielen
  • @WesCossick
  • @Jason-Cooke
  • @nfischer
  • @joshi-sh
  • @Everspace
  • @wyardley
  • @deining
  • @reviewher
  • @A-725-K
  • @fhanrath
  • @fineon
  • @wafuwafu13
  • @alexojegu
  • @JessieFrance
rivy, mperrando, and 21 other contributors
Loading
per1234 reacted with thumbs up emoji
1 person reacted

v0.8.5

14 Jan 05:29
70668a4
This commit was signed with the committer’sverified signature.
nfischer Nate Fischer
GPG key ID:6B26D10BFB2E6F00
Verified
Learn about vigilant mode.

Choose a tag to compare

This was a small security fix for#1058.

Loading
inpercima, meronogbai, jlong4223, Emadmojiri, per1234, and NarupoomChaisawat reacted with thumbs up emoji
6 people reacted

v0.8.4

25 Apr 04:00
fcf1651
This commit was signed with the committer’sverified signature.
nfischer Nate Fischer
GPG key ID:6B26D10BFB2E6F00
Verified
Learn about vigilant mode.

Choose a tag to compare

Small patch release to fix a circular dependency warning in node v14. See#973.

Loading

v0.8.3

14 Oct 10:30
d4d1317
This commit was signed with the committer’sverified signature.
nfischer Nate Fischer
GPG key ID:6B26D10BFB2E6F00
Verified
Learn about vigilant mode.

Choose a tag to compare

Closed issues:

  • Shelljs print stderr to console even if exec-only "silent" is true#905
  • refactor: remove common.state.tempDir#902
  • Can't suppress stdout for echo#899
  • exec() doesn't apply the arguments correctly#895
  • shell.exec('npm pack') painfully slow#885
  • shelljs.exec cannot find app.asar/node_modules/shelljs/src/exec-child.js#881
  • test infra: mocks and skipOnWin conflict#862
  • Support for shell function completion on IDE#859
  • echo command shows options in stdout#855
  • silent does not always work#851
  • Appveyor installs the latest npm, instead of the latest compatible npm#844
  • Force symbolic link (ln -sf) does not overwrite/recreate existing destination#830
  • inconsistent result when trying to echo to a file#798
  • Prevent require()ing executable-only files#789
  • Cannot set property to of [object String] which has only a getter#752
  • which() should check executability before returning a value#657
  • Bad encoding experience#456
  • phpcs very slow#440
  • Error shown when triggering a sigint during shelljs.exec if process.on sigint is defined#254
  • .to\(file\) does not mute STDIO output#146
  • Escaping shell arguments to exec()#143
  • Allow multiple string arguments for exec()#103
  • cp does not recursively copy from readonly location#98
  • Handling permissions errors on file I/O#64

Merged pull requests:

Loading

v0.8.2

14 Oct 10:29

Choose a tag to compare

Closed issues:

  • High severity vulnerability in shelljs 0.8.1#842
  • Add test for ls() on a symlink to a directory#795
  • Harden shell.exec by writing the child process in a source file#782
  • shell.exec() doesn't respond correctly to config.fatal = true#735
  • Merge 'exec: internal error' with ShellJSInternalError#734
  • exec returning null from command#724
  • Only Get Stderr from Exec#371
  • Execute child.stdout.on before child.on("exit")#224

Merged pull requests:

  • Workaround codecov bug of miscalculation of coverage (#795)#838 (dwi2)
  • Update doc comments and regenerate README.md.#825 (Zearin)
  • chore: update contributing guidelines#817 (nfischer)
  • chore(lint): don't allow excess trailing newlines#816 (nfischer)
  • Remove separate "internal error" from exec#802 (freitagbr)
Loading

v0.8.1

20 Jan 23:19

Choose a tag to compare

Closed issues:

  • Exec failing with internal error when piping large output#818
  • using sed to replace just the first occurrence of a string#813

Merged pull requests:

Loading

v0.8.0

12 Jan 07:32

Choose a tag to compare

Closed issues:

  • Snyk vulnerability DB reporting command injection vulnerability in ShellJS#810
  • chore: upgrade nyc#803
  • Update CI to use Node v9#799
  • Link to FAQ wiki section in our issue template#787
  • Is it possible to get a js library(file) for ShellJS#776
  • 48,#774
  • 47#773
  • Exec function calls JSON.stringify on command#772
  • getting different result from terminal and with shelljs#769
  • test() does not support -w and -x options#768
  • Snyk "high severity" issue#766
  • Snyk "high security#765
  • ShellJS doesn't respect NPM Registry being set outside of it#761
  • Run second shell script#756
  • shelljs seems NOT compatible with nexe under CentOS 6.5#754
  • Feature request: pushd/popd -q option#753
  • cat doesn't support '-n' option#750
  • shelljs run xcodebuild error#749
  • Add wrappers around fs.statSync and fs.lstatSync#745
  • Improve coverage for exec()#742
  • Improve coverage for head()#741
  • shelljs is no longer used in PDF.js#737
  • ls doesn't follow links to directories#733
  • Add test forls regular-file.txt#732
  • shelljs.exec hangs when password it's asked#716
  • Clean up common tests#714
  • Can't run docker with exec() (the input device is not a TTY)#680
  • Cant get encoding buffer to work on exec#675
  • Set up Codecov for the project#671
  • ShellJS: internal error Error: EBUSY: resource busy or locked, lstat 'C:\pagefile.sys'#514
  • Feature request: provide a way to skip option parsing#778
  • Switch to os.homedir() when we move to v4+#683
  • Drop support for v0.12#647
  • feature: echo -n#559
  • Don't kill the node process upon unexpected error#483
  • Echo doesn't return value ending in a trailing newline#476
  • Synchronous exec stalls permenantly when there is an error/w the shell#7

Merged pull requests:

Loading
Previous1
Previous

[8]ページ先頭

©2009-2025 Movatter.jp