552 Commits

Author SHA1 Message Date
Nate Fischer
4134727490 chore: clarify message for when docs are not generated (#457) 2016-06-09 07:35:37 -07:00
Nate Fischer
2e87f14c07 chore: update jshint and move it to an npm script (#454) 2016-06-07 16:57:42 -07:00
Nate Fischer
36cc243efd chore(gendocs): add npm run gendocs command (#455) 2016-06-04 17:06:00 -07:00
Nate Fischer
497149cc23 docs(exec): explicitly mention the shell option (#449) 2016-05-27 08:31:40 -07:00
Nate Fischer
6f5f77547e test(ls): add case for trailing slash on dir name (#450) 2016-05-27 08:30:47 -07:00
Levi Thomason
87aaefa498 chore: setup changelog (#443)
* chore(changelog): add scripts

* docs(release): update release docs

* chore(editorconfig): add config

* docs(changelog): updated by levithomason
2016-05-16 21:03:26 -07:00
Nate Fischer
57a9be2693 docs: comment code better to help contributors 2016-05-12 07:40:18 -07:00
Nate Fischer
3a79b3f9eb chore(CI): update appveyor (#436) 2016-05-03 14:43:07 -07:00
Ari Porad
5a31c7c436 chore(make): depreciate shelljs/make (#431) 2016-04-28 20:25:13 -07:00
Nate Fischer
d7da0acef7 chore: test against node v6 2016-04-26 21:48:38 -07:00
Nate Fischer
19df52df1f docs: warn that README contains newest features (#410) 2016-04-25 17:25:27 -07:00
Nate Fischer
bce3a53bb1 chore: bump version (#429) v0.7.0 2016-04-25 14:37:14 -07:00
Nate Fischer
2fa739e3f1 fix: null is no longer confused for an object
This is an issue in the case of `echo(which('fakecmd'))`. This used to succeed
in v0.6 but was broken during the ShellString refactor.
2016-04-20 15:20:05 -07:00
Nate Fischer
7f802ed20c fix(ls): no trailing newline for empty directories (#425) 2016-04-14 16:27:59 -07:00
Nate Fischer
0c85cc198c docs(CONTRIBUTING): add CONTRIBUTING.md with contributing guidelines and issue template 2016-04-14 07:54:03 -07:00
Nate Fischer
50f72b0c3d chore: add "Team" section to README (#423) 2016-04-13 08:48:05 -07:00
Nate Fischer
56fbf5c414 feat(cp): -P option, plus better handling of symlinks (#421) 2016-04-08 15:34:54 -07:00
Nate Fischer
943a581b34 docs(error): deprecate relying on string value 2016-04-06 10:16:52 -04:00
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