534 Commits

Author SHA1 Message Date
Nate Fischer
b162a2ffe6 Merge pull request #419 from shelljs/docs-exec-return-value
docs(exec): fix docs about exec return type
2016-04-05 21:23:19 -07:00
Ari Porad
193efa7048 Merge pull request #417 from shelljs/fix-error-message
fix: error message now printed for fatal failures
2016-04-01 07:36:57 -07:00
Nate Fischer
e87e29dd8d fix: error message now printed for fatal failures 2016-03-31 22:11:44 -07:00
Nate Fischer
2984b40b12 Merge pull request #379 from shelljs/feat-head-sort-commands
New commands: sort(), head(), and tail()
2016-03-31 21:22:11 -07:00
Nate Fischer
60d63015cd feat(command): new command: tail() 2016-03-31 21:05:30 -07:00
Nate Fischer
a1d5f6afb6 feat(command): new command: head() 2016-03-31 21:05:30 -07:00
Nate Fischer
f6952cb781 feat(command): new command: sort() 2016-03-31 21:05:30 -07:00
Nate Fischer
16cb1afce4 Merge pull request #408 from shelljs/rm-remove-duplicate-code
refactor(rm): Remove duplicate code
2016-03-27 22:55:23 -07:00
Nate Fischer
defd8d4215 refactor(rm): Remove duplicate code 2016-03-27 22:23:07 -07:00
Ari Porad
3589d1e898 Merge pull request #409 from charlesverge/issue-407
fix(cp): cp symlink behavior
2016-03-26 20:22:56 -07:00
Charles Verge
dad3ad8d72 Add cp test to ensure -L does not change -r behavior and update test cases to handle non admin windows test execution 2016-03-24 22:32:55 -03:00
Charles Verge
61cb383859 issue-407: Add regular files unit tests and fix symlink copy behavior 2016-03-24 22:32:55 -03:00
Nate Fischer
6649252f6b Merge pull request #400 from shelljs/glob-options
feat(glob): expose config.globOptions.
2016-03-24 18:28:19 -07:00
Nate Fischer
a41950770f feat(glob): expose config.globOptions.
Allow users to customize the settings of `glob.sync()` (if they so-desire). This
doesn't change the default behavior.
2016-03-24 18:06:26 -07:00
Nate Fischer
55d473c6bb Merge pull request #403 from shelljs/test-rm-f
test(rm): add tests to prevent a future regression
2016-03-24 13:32:22 -07:00
Nate Fischer
b9f6761cc2 Merge branch 'master' into test-rm-f 2016-03-24 12:53:21 -07:00
Charles Verge
2245536e8b feat(cp): add -L/follow symlink option
Closes #232
2016-03-20 19:11:01 -07:00
Nate Fischer
f554b438c3 test(rm): add tests to prevent a future regression 2016-03-20 14:27:11 -07:00
Ari Porad
2056d940c4 Merge pull request #404 from shelljs/docs-wildcard
docs: wildcards for all commands, other docs cleanups
2016-03-20 14:26:42 -07:00
Nate Fischer
e282a9be9b docs: wildcards for all commands, other docs cleanups 2016-03-20 14:03:23 -07:00
Ari Porad
d8af30e042 Merge pull request #392 from shelljs/docs
docs: add link to wiki page
2016-03-20 14:00:51 -07:00
Nate Fischer
3daa0db7e5 docs: move make tool docs to the wiki 2016-03-20 01:10:19 -07:00
Ari Porad
4078f26a20 WIP: docs(README): give shx a more prominent posision 2016-03-20 01:02:36 -07:00
Nate Fischer
46402ea533 docs: add link to wiki page 2016-03-20 01:02:36 -07:00
Ari Porad
f04170ede1 Merge pull request #401 from shelljs/string-prototype
refactor(string): modify string protoype, but only for shelljs/global
2016-03-19 16:18:10 -07:00
Nate Fischer
6739aed69e refactor(string): modify string protoype, but only for shelljs/global
`require('shelljs/global')` extends String.prototype to have the `.to()` and
`.toEnd()` methods again. This also adds tests for the global require.
2016-03-18 17:05:14 -07:00
Ari Porad
f006fcd8b1 Merge pull request #394 from shelljs/feat-error-codes
feat: adding error codes to ShellJS
2016-03-16 19:29:47 -07:00
Nate Fischer
27a760299c refactor: more commands return ShellStrings, tests for code 2016-03-15 19:48:13 -07:00
Nate Fischer
5bcbc619e4 feat: adding error codes to ShellJS 2016-03-15 19:21:08 -07:00
Ari Porad
152edb94ab Merge pull request #393 from shelljs/package-json
chore(package): add shelljs as a keyword in package.json
2016-03-14 15:55:24 -07:00
Nate Fischer
c4822ad20e Add shelljs and bash as keywords in package.json 2016-03-13 15:55:05 -07:00
Nate Fischer
588d84da02 Merge pull request #384 from shelljs/feat-use-rechoir
feature: use rechoir
2016-03-11 12:38:33 -08:00
Nate Fischer
db20acebfb Switch to process.execPath over 'node' 2016-03-10 17:06:32 -08:00
Timothy Gu
cebcb6c79b Applying patch provided by @TimothyGu 2016-03-10 16:52:27 -08:00
Kenneth Powers
852abff910 Use rechoir and interpret for scripts. 2016-03-10 16:52:27 -08:00
Ari Porad
5f4d3901f2 Merge pull request #380 from shelljs/fix-cp-r-option
refactor(cp): clean up code and fix #376
2016-03-06 07:48:57 -08:00
Nate Fischer
4b951ce4c6 refactor(cp): clean up code and fix #376
Fixes issue in #376. Simplifies the code, and slight perf win.
2016-03-05 17:54:17 -08:00
Ari Porad
cbbdb79211 Merge pull request #369 from shelljs/simplify-ls
refactor(ls): greatly simplify ls implimentation
2016-03-05 17:02:56 -08:00
Nate Fischer
003a800dda Perf improvement for ls, and fix for Windows 2016-03-05 15:57:40 -08:00
Ari Porad
b76a5691c9 refactor(ls): greatly simplify ls implimentation 2016-03-05 15:57:40 -08:00
Ari Porad
3e441e4923 Merge pull request #383 from shelljs/cd-use-env-var
refactor(cd): use process.env.OLDPWD to store previous dir
2016-03-04 21:43:24 -08:00
Nate Fischer
0861056a4b refactor(cd): use process.env.OLDPWD to store previous dir 2016-03-04 18:32:53 -08:00
Nate Fischer
da6d06830d Merge pull request #381 from shelljs/appveyor-node-4
chore(appveyor): add in node 4 for appveyor
2016-03-01 18:29:42 -08:00
Nate Fischer
9001123aac chore(appveyor): add in node 4 for appveyor 2016-03-01 15:33:08 -08:00
Ari Porad
c661c83ef0 Merge pull request #367 from shelljs/perf/cd
perf(cd): only run `stat` once
2016-02-29 17:18:35 -08:00
Nate Fischer
f903665f96 Merge pull request #378 from shelljs/fix-cp-r-option
Add unit tests to prevent regression (see #376)
2016-02-29 17:14:02 -08:00
Nate Fischer
17a23bd4bb Add unit tests to prevent regression (see #376) 2016-02-29 03:05:33 -08:00
Nate Fischer
48a3aade2e Improved cd performance and fix error messages 2016-02-28 23:04:28 -08:00
Nate Fischer
46d9c3f1bb Merge pull request #375 from dthree/patch-1
Add Cash cross-reference
2016-02-28 20:54:13 -08:00
Nate Fischer
f2347f314e Updated release instructions 2016-02-26 22:23:13 -08:00