projen 0.74.7 → 0.74.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. package/.jsii +17 -16
  2. package/docs/api/API.md +8 -8
  3. package/lib/awscdk/auto-discover.js +5 -5
  4. package/lib/awscdk/awscdk-app-java.js +1 -1
  5. package/lib/awscdk/awscdk-app-py.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +1 -1
  7. package/lib/awscdk/awscdk-construct.js +4 -4
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps-py.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +1 -1
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.d.ts +5 -4
  17. package/lib/awscdk/lambda-function.js +8 -7
  18. package/lib/build/build-workflow.js +1 -1
  19. package/lib/cdk/auto-discover-base.js +2 -2
  20. package/lib/cdk/construct-lib.js +1 -1
  21. package/lib/cdk/integration-test-base.js +1 -1
  22. package/lib/cdk/jsii-docgen.js +1 -1
  23. package/lib/cdk/jsii-project.js +3 -3
  24. package/lib/cdk8s/auto-discover.js +2 -2
  25. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  26. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  27. package/lib/cdk8s/cdk8s-construct.js +1 -1
  28. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  29. package/lib/cdk8s/cdk8s-deps.js +1 -1
  30. package/lib/cdk8s/integration-test.js +1 -1
  31. package/lib/cdktf/cdktf-construct.js +1 -1
  32. package/lib/circleci/circleci.js +1 -1
  33. package/lib/component.js +1 -1
  34. package/lib/dependencies.js +1 -1
  35. package/lib/dev-env.js +1 -1
  36. package/lib/docker-compose/docker-compose-service.js +1 -1
  37. package/lib/docker-compose/docker-compose.js +1 -1
  38. package/lib/file.js +1 -1
  39. package/lib/gitattributes.js +1 -1
  40. package/lib/github/actions-provider.js +1 -1
  41. package/lib/github/auto-approve.js +1 -1
  42. package/lib/github/auto-merge.js +1 -1
  43. package/lib/github/dependabot.js +1 -1
  44. package/lib/github/github-credentials.js +1 -1
  45. package/lib/github/github-project.js +1 -1
  46. package/lib/github/github.js +1 -1
  47. package/lib/github/mergify.js +1 -1
  48. package/lib/github/pr-template.js +1 -1
  49. package/lib/github/pull-request-lint.js +1 -1
  50. package/lib/github/stale.js +1 -1
  51. package/lib/github/task-workflow.js +1 -1
  52. package/lib/github/workflow-actions.js +1 -1
  53. package/lib/github/workflow-jobs.js +1 -1
  54. package/lib/github/workflows.js +1 -1
  55. package/lib/gitlab/configuration.js +1 -1
  56. package/lib/gitlab/gitlab-configuration.js +1 -1
  57. package/lib/gitlab/nested-configuration.js +1 -1
  58. package/lib/gitpod.js +1 -1
  59. package/lib/ignore-file.js +1 -1
  60. package/lib/ini.js +1 -1
  61. package/lib/java/java-project.js +1 -1
  62. package/lib/java/junit.js +1 -1
  63. package/lib/java/maven-compile.js +1 -1
  64. package/lib/java/maven-packaging.js +1 -1
  65. package/lib/java/maven-sample.js +1 -1
  66. package/lib/java/pom.js +1 -1
  67. package/lib/java/projenrc.js +1 -1
  68. package/lib/javascript/bundler.js +1 -1
  69. package/lib/javascript/eslint.js +1 -1
  70. package/lib/javascript/jest.js +4 -4
  71. package/lib/javascript/node-package.js +1 -1
  72. package/lib/javascript/node-project.js +1 -1
  73. package/lib/javascript/npm-config.js +1 -1
  74. package/lib/javascript/prettier.js +1 -1
  75. package/lib/javascript/projenrc.js +1 -1
  76. package/lib/javascript/typescript-config.js +2 -2
  77. package/lib/javascript/upgrade-dependencies.js +2 -2
  78. package/lib/json-patch.js +1 -1
  79. package/lib/json.js +1 -1
  80. package/lib/license.js +1 -1
  81. package/lib/logger.js +1 -1
  82. package/lib/makefile.js +1 -1
  83. package/lib/object-file.js +1 -1
  84. package/lib/project-build.js +1 -1
  85. package/lib/project.js +1 -1
  86. package/lib/projects.js +1 -1
  87. package/lib/projenrc-json.js +2 -2
  88. package/lib/projenrc.js +1 -1
  89. package/lib/python/pip.js +1 -1
  90. package/lib/python/poetry.js +2 -2
  91. package/lib/python/projenrc.js +1 -1
  92. package/lib/python/pytest-sample.js +1 -1
  93. package/lib/python/pytest.js +1 -1
  94. package/lib/python/python-project.js +1 -1
  95. package/lib/python/python-sample.js +1 -1
  96. package/lib/python/requirements-file.js +1 -1
  97. package/lib/python/setuppy.js +1 -1
  98. package/lib/python/setuptools.js +1 -1
  99. package/lib/python/venv.js +1 -1
  100. package/lib/readme.js +1 -1
  101. package/lib/release/publisher.d.ts +1 -1
  102. package/lib/release/publisher.js +3 -3
  103. package/lib/release/release-trigger.js +1 -1
  104. package/lib/release/release.d.ts +1 -1
  105. package/lib/release/release.js +2 -2
  106. package/lib/renovatebot.js +1 -1
  107. package/lib/sample-file.js +2 -2
  108. package/lib/semver.js +1 -1
  109. package/lib/source-code.js +1 -1
  110. package/lib/task-runtime.js +1 -1
  111. package/lib/task.js +1 -1
  112. package/lib/tasks.js +1 -1
  113. package/lib/testing.js +1 -1
  114. package/lib/textfile.js +1 -1
  115. package/lib/toml.js +1 -1
  116. package/lib/typescript/projenrc-ts.js +1 -1
  117. package/lib/typescript/projenrc.js +1 -1
  118. package/lib/typescript/typescript-typedoc.js +1 -1
  119. package/lib/typescript/typescript.js +3 -3
  120. package/lib/version.js +2 -2
  121. package/lib/vscode/devcontainer.js +1 -1
  122. package/lib/vscode/extensions.js +1 -1
  123. package/lib/vscode/launch-config.js +1 -1
  124. package/lib/vscode/settings.js +1 -1
  125. package/lib/vscode/vscode.js +1 -1
  126. package/lib/web/next.js +6 -6
  127. package/lib/web/postcss.js +1 -1
  128. package/lib/web/react.js +4 -4
  129. package/lib/web/tailwind.js +1 -1
  130. package/lib/xmlfile.js +1 -1
  131. package/lib/yaml.js +1 -1
  132. package/node_modules/resolve/.eslintrc +1 -1
  133. package/node_modules/resolve/package.json +4 -3
  134. package/node_modules/resolve/test/resolver/multirepo/package.json +1 -1
  135. package/node_modules/resolve/test/resolver.js +4 -2
  136. package/node_modules/resolve/test/resolver_sync.js +9 -5
  137. package/package.json +3 -3
  138. package/node_modules/@iarna/toml/CHANGELOG.md +0 -278
  139. package/node_modules/cliui/CHANGELOG.md +0 -139
  140. package/node_modules/color-convert/CHANGELOG.md +0 -54
  141. package/node_modules/esprima/ChangeLog +0 -235
  142. package/node_modules/interpret/CHANGELOG +0 -115
  143. package/node_modules/resolve/test/resolver/malformed_package_json/index.js +0 -0
  144. package/node_modules/resolve/test/resolver/malformed_package_json/package.json +0 -1
  145. package/node_modules/shelljs/CHANGELOG.md +0 -942
  146. package/node_modules/shx/CHANGELOG.md +0 -268
  147. package/node_modules/xmlbuilder2/CHANGELOG.md +0 -309
  148. package/node_modules/xmlbuilder2/node_modules/argparse/CHANGELOG.md +0 -185
  149. package/node_modules/xmlbuilder2/node_modules/js-yaml/CHANGELOG.md +0 -557
  150. package/node_modules/y18n/CHANGELOG.md +0 -100
  151. package/node_modules/yargs/node_modules/yargs-parser/CHANGELOG.md +0 -308
@@ -1,942 +0,0 @@
1
- # Change Log
2
-
3
- ## [Unreleased](https://github.com/shelljs/shelljs/tree/HEAD)
4
-
5
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.8.2...HEAD)
6
-
7
- **Closed issues:**
8
-
9
- - Shelljs print stderr to console even if exec-only "silent" is true [\#905](https://github.com/shelljs/shelljs/issues/905)
10
- - refactor: remove common.state.tempDir [\#902](https://github.com/shelljs/shelljs/issues/902)
11
- - Can't suppress stdout for echo [\#899](https://github.com/shelljs/shelljs/issues/899)
12
- - exec\(\) doesn't apply the arguments correctly [\#895](https://github.com/shelljs/shelljs/issues/895)
13
- - Travis CI currently broken [\#893](https://github.com/shelljs/shelljs/issues/893)
14
- - shell.exec\('npm pack'\) painfully slow [\#885](https://github.com/shelljs/shelljs/issues/885)
15
- - shelljs.exec cannot find app.asar/node\_modules/shelljs/src/exec-child.js [\#881](https://github.com/shelljs/shelljs/issues/881)
16
- - test infra: mocks and skipOnWin conflict [\#862](https://github.com/shelljs/shelljs/issues/862)
17
- - Support for shell function completion on IDE [\#859](https://github.com/shelljs/shelljs/issues/859)
18
- - echo command shows options in stdout [\#855](https://github.com/shelljs/shelljs/issues/855)
19
- - silent does not always work [\#851](https://github.com/shelljs/shelljs/issues/851)
20
- - Appveyor installs the latest npm, instead of the latest compatible npm [\#844](https://github.com/shelljs/shelljs/issues/844)
21
- - Force symbolic link \(ln -sf\) does not overwrite/recreate existing destination [\#830](https://github.com/shelljs/shelljs/issues/830)
22
- - inconsistent result when trying to echo to a file [\#798](https://github.com/shelljs/shelljs/issues/798)
23
- - Prevent require\(\)ing executable-only files [\#789](https://github.com/shelljs/shelljs/issues/789)
24
- - Cannot set property to of \[object String\] which has only a getter [\#752](https://github.com/shelljs/shelljs/issues/752)
25
- - which\(\) should check executability before returning a value [\#657](https://github.com/shelljs/shelljs/issues/657)
26
- - Bad encoding experience [\#456](https://github.com/shelljs/shelljs/issues/456)
27
- - phpcs very slow [\#440](https://github.com/shelljs/shelljs/issues/440)
28
- - Error shown when triggering a sigint during shelljs.exec if process.on sigint is defined [\#254](https://github.com/shelljs/shelljs/issues/254)
29
- - `.to\(file\)` does not mute STDIO output [\#146](https://github.com/shelljs/shelljs/issues/146)
30
- - Escaping shell arguments to exec\(\) [\#143](https://github.com/shelljs/shelljs/issues/143)
31
- - Allow multiple string arguments for exec\(\) [\#103](https://github.com/shelljs/shelljs/issues/103)
32
- - cp does not recursively copy from readonly location [\#98](https://github.com/shelljs/shelljs/issues/98)
33
- - Handling permissions errors on file I/O [\#64](https://github.com/shelljs/shelljs/issues/64)
34
-
35
- **Merged pull requests:**
36
-
37
- - refactor: don't expose tempdir in common.state [\#903](https://github.com/shelljs/shelljs/pull/903) ([nfischer](https://github.com/nfischer))
38
- - chore\(ci\): fix codecov on travis [\#897](https://github.com/shelljs/shelljs/pull/897) ([nfischer](https://github.com/nfischer))
39
- - chore\(npm\): add ci-or-install script [\#896](https://github.com/shelljs/shelljs/pull/896) ([nfischer](https://github.com/nfischer))
40
- - Fix silent exec [\#892](https://github.com/shelljs/shelljs/pull/892) ([nfischer](https://github.com/nfischer))
41
- - chore\(appveyor\): run entire test matrix [\#886](https://github.com/shelljs/shelljs/pull/886) ([nfischer](https://github.com/nfischer))
42
- - docs: remove gitter badge [\#880](https://github.com/shelljs/shelljs/pull/880) ([nfischer](https://github.com/nfischer))
43
- - grep includes the i flag [\#876](https://github.com/shelljs/shelljs/pull/876) ([ppsleep](https://github.com/ppsleep))
44
- - Fix\(which\): match only executable files \(\#657\) [\#874](https://github.com/shelljs/shelljs/pull/874) ([termosa](https://github.com/termosa))
45
- - chore: rename some tests [\#871](https://github.com/shelljs/shelljs/pull/871) ([nfischer](https://github.com/nfischer))
46
- - Fix cp from readonly source [\#870](https://github.com/shelljs/shelljs/pull/870) ([nfischer](https://github.com/nfischer))
47
- - chore: bump dev dependencies and add package-lock [\#864](https://github.com/shelljs/shelljs/pull/864) ([nfischer](https://github.com/nfischer))
48
- - fix\(mocks\): fix conflict between mocks and skip [\#863](https://github.com/shelljs/shelljs/pull/863) ([nfischer](https://github.com/nfischer))
49
- - chore: output npm version in travis [\#850](https://github.com/shelljs/shelljs/pull/850) ([nfischer](https://github.com/nfischer))
50
- - Prevent require-ing bin/shjs [\#848](https://github.com/shelljs/shelljs/pull/848) ([freitagbr](https://github.com/freitagbr))
51
- - chore\(appveyor\): do not use latest npm [\#847](https://github.com/shelljs/shelljs/pull/847) ([nfischer](https://github.com/nfischer))
52
- - chore: update shelljs-release version [\#846](https://github.com/shelljs/shelljs/pull/846) ([nfischer](https://github.com/nfischer))
53
-
54
- ## [v0.8.2](https://github.com/shelljs/shelljs/tree/v0.8.2) (2018-05-08)
55
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.8.1...v0.8.2)
56
-
57
- **Closed issues:**
58
-
59
- - High severity vulnerability in shelljs 0.8.1 [\#842](https://github.com/shelljs/shelljs/issues/842)
60
- - Add test for ls\(\) on a symlink to a directory [\#795](https://github.com/shelljs/shelljs/issues/795)
61
- - Harden shell.exec by writing the child process in a source file [\#782](https://github.com/shelljs/shelljs/issues/782)
62
- - shell.exec\(\) doesn't respond correctly to config.fatal = true [\#735](https://github.com/shelljs/shelljs/issues/735)
63
- - Merge 'exec: internal error' with ShellJSInternalError [\#734](https://github.com/shelljs/shelljs/issues/734)
64
- - exec returning null from command [\#724](https://github.com/shelljs/shelljs/issues/724)
65
- - Only Get Stderr from Exec [\#371](https://github.com/shelljs/shelljs/issues/371)
66
- - Execute child.stdout.on before child.on\("exit"\) [\#224](https://github.com/shelljs/shelljs/issues/224)
67
-
68
- **Merged pull requests:**
69
-
70
- - Workaround codecov bug of miscalculation of coverage \(\#795\) [\#838](https://github.com/shelljs/shelljs/pull/838) ([dwi2](https://github.com/dwi2))
71
- - Update doc comments and regenerate README.md. [\#825](https://github.com/shelljs/shelljs/pull/825) ([Zearin](https://github.com/Zearin))
72
- - chore: update contributing guidelines [\#817](https://github.com/shelljs/shelljs/pull/817) ([nfischer](https://github.com/nfischer))
73
- - chore\(lint\): don't allow excess trailing newlines [\#816](https://github.com/shelljs/shelljs/pull/816) ([nfischer](https://github.com/nfischer))
74
- - Remove separate "internal error" from exec [\#802](https://github.com/shelljs/shelljs/pull/802) ([freitagbr](https://github.com/freitagbr))
75
-
76
- ## [v0.8.1](https://github.com/shelljs/shelljs/tree/v0.8.1) (2018-01-20)
77
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.8.0...v0.8.1)
78
-
79
- **Closed issues:**
80
-
81
- - Exec failing with internal error when piping large output [\#818](https://github.com/shelljs/shelljs/issues/818)
82
-
83
- **Merged pull requests:**
84
-
85
- - Revert "refactor\(exec\): remove paramsFile \(\#807\)" [\#819](https://github.com/shelljs/shelljs/pull/819) ([nfischer](https://github.com/nfischer))
86
-
87
- ## [v0.8.0](https://github.com/shelljs/shelljs/tree/v0.8.0) (2018-01-12)
88
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.7.8...v0.8.0)
89
-
90
- **Closed issues:**
91
-
92
- - Snyk vulnerability DB reporting command injection vulnerability in ShellJS [\#810](https://github.com/shelljs/shelljs/issues/810)
93
- - chore: upgrade nyc [\#803](https://github.com/shelljs/shelljs/issues/803)
94
- - Update CI to use Node v9 [\#799](https://github.com/shelljs/shelljs/issues/799)
95
- - Link to FAQ wiki section in our issue template [\#787](https://github.com/shelljs/shelljs/issues/787)
96
- - Is it possible to get a js library\(file\) for ShellJS [\#776](https://github.com/shelljs/shelljs/issues/776)
97
- - 48, [\#774](https://github.com/shelljs/shelljs/issues/774)
98
- - 47 [\#773](https://github.com/shelljs/shelljs/issues/773)
99
- - Exec function calls JSON.stringify on command [\#772](https://github.com/shelljs/shelljs/issues/772)
100
- - getting different result from terminal and with shelljs [\#769](https://github.com/shelljs/shelljs/issues/769)
101
- - test\(\) does not support -w and -x options [\#768](https://github.com/shelljs/shelljs/issues/768)
102
- - Snyk "high severity" issue [\#766](https://github.com/shelljs/shelljs/issues/766)
103
- - Snyk "high security [\#765](https://github.com/shelljs/shelljs/issues/765)
104
- - ShellJS doesn't respect NPM Registry being set outside of it [\#761](https://github.com/shelljs/shelljs/issues/761)
105
- - Run second shell script [\#756](https://github.com/shelljs/shelljs/issues/756)
106
- - shelljs seems NOT compatible with nexe under CentOS 6.5 [\#754](https://github.com/shelljs/shelljs/issues/754)
107
- - Feature request: pushd/popd -q option [\#753](https://github.com/shelljs/shelljs/issues/753)
108
- - cat doesn't support '-n' option [\#750](https://github.com/shelljs/shelljs/issues/750)
109
- - shelljs run xcodebuild error [\#749](https://github.com/shelljs/shelljs/issues/749)
110
- - Add wrappers around fs.statSync and fs.lstatSync [\#745](https://github.com/shelljs/shelljs/issues/745)
111
- - Improve coverage for exec\(\) [\#742](https://github.com/shelljs/shelljs/issues/742)
112
- - Improve coverage for head\(\) [\#741](https://github.com/shelljs/shelljs/issues/741)
113
- - shelljs is no longer used in PDF.js [\#737](https://github.com/shelljs/shelljs/issues/737)
114
- - ls doesn't follow links to directories [\#733](https://github.com/shelljs/shelljs/issues/733)
115
- - Add test for `ls regular-file.txt` [\#732](https://github.com/shelljs/shelljs/issues/732)
116
- - Clean up common tests [\#714](https://github.com/shelljs/shelljs/issues/714)
117
- - Cant get encoding buffer to work on exec [\#675](https://github.com/shelljs/shelljs/issues/675)
118
- - Set up Codecov for the project [\#671](https://github.com/shelljs/shelljs/issues/671)
119
- - ShellJS: internal error Error: EBUSY: resource busy or locked, lstat 'C:\pagefile.sys' [\#514](https://github.com/shelljs/shelljs/issues/514)
120
- - Feature request: provide a way to skip option parsing [\#778](https://github.com/shelljs/shelljs/issues/778)
121
- - Switch to os.homedir\(\) when we move to v4+ [\#683](https://github.com/shelljs/shelljs/issues/683)
122
- - Drop support for v0.12 [\#647](https://github.com/shelljs/shelljs/issues/647)
123
- - feature: echo -n [\#559](https://github.com/shelljs/shelljs/issues/559)
124
- - Don't kill the node process upon unexpected error [\#483](https://github.com/shelljs/shelljs/issues/483)
125
- - Echo doesn't return value ending in a trailing newline [\#476](https://github.com/shelljs/shelljs/issues/476)
126
- - Synchronous exec stalls permenantly when there is an error/w the shell [\#7](https://github.com/shelljs/shelljs/issues/7)
127
-
128
- **Merged pull requests:**
129
-
130
- - docs: announce plugin API [\#812](https://github.com/shelljs/shelljs/pull/812) ([nfischer](https://github.com/nfischer))
131
- - chore: update CI to Node v9 [\#811](https://github.com/shelljs/shelljs/pull/811) ([nfischer](https://github.com/nfischer))
132
- - refactor\(exec\): remove paramsFile [\#807](https://github.com/shelljs/shelljs/pull/807) ([nfischer](https://github.com/nfischer))
133
- - chore: update nyc dependency [\#805](https://github.com/shelljs/shelljs/pull/805) ([nfischer](https://github.com/nfischer))
134
- - refactor: harden plugins against unknown options [\#804](https://github.com/shelljs/shelljs/pull/804) ([nfischer](https://github.com/nfischer))
135
- - chore\(eslint\): use words instead of numbers [\#797](https://github.com/shelljs/shelljs/pull/797) ([nfischer](https://github.com/nfischer))
136
- - Add note to issue template about FAQ [\#794](https://github.com/shelljs/shelljs/pull/794) ([freitagbr](https://github.com/freitagbr))
137
- - Remove codeFile parameter [\#791](https://github.com/shelljs/shelljs/pull/791) ([nfischer](https://github.com/nfischer))
138
- - Use execFileSync to launch child process [\#790](https://github.com/shelljs/shelljs/pull/790) ([nfischer](https://github.com/nfischer))
139
- - refactor\(exec\): move child process to source file [\#786](https://github.com/shelljs/shelljs/pull/786) ([nfischer](https://github.com/nfischer))
140
- - Remove unnecessary shell.error checks from common tests [\#785](https://github.com/shelljs/shelljs/pull/785) ([freitagbr](https://github.com/freitagbr))
141
- - Add a test for ls for a single file [\#784](https://github.com/shelljs/shelljs/pull/784) ([freitagbr](https://github.com/freitagbr))
142
- - Wrap fs.statSync and fs.lstatSync [\#783](https://github.com/shelljs/shelljs/pull/783) ([freitagbr](https://github.com/freitagbr))
143
- - chore: set AVA options [\#780](https://github.com/shelljs/shelljs/pull/780) ([nfischer](https://github.com/nfischer))
144
- - chore: clean up refs to unsupported node versions [\#779](https://github.com/shelljs/shelljs/pull/779) ([nfischer](https://github.com/nfischer))
145
- - Added `-q` \(quiet\) option to `push`, `popd`, `dirs` functions. [\#777](https://github.com/shelljs/shelljs/pull/777) ([alexreg](https://github.com/alexreg))
146
- - feat\(cat\): number output lines \(\#750\) [\#775](https://github.com/shelljs/shelljs/pull/775) ([gcca](https://github.com/gcca))
147
- - refactor\(test\): update AVA and refactor tests [\#760](https://github.com/shelljs/shelljs/pull/760) ([nfischer](https://github.com/nfischer))
148
- - chore: add skipOnWin and skipOnUnix test helpers [\#746](https://github.com/shelljs/shelljs/pull/746) ([nfischer](https://github.com/nfischer))
149
- - test\(exec\): add tests for coverage [\#744](https://github.com/shelljs/shelljs/pull/744) ([nfischer](https://github.com/nfischer))
150
- - test\(head\): improve coverage [\#743](https://github.com/shelljs/shelljs/pull/743) ([nfischer](https://github.com/nfischer))
151
- - Remove PDF.js mention from README.md [\#738](https://github.com/shelljs/shelljs/pull/738) ([voy](https://github.com/voy))
152
- - Provide an API to pass parameters which resemble options [\#792](https://github.com/shelljs/shelljs/pull/792) ([nfischer](https://github.com/nfischer))
153
- - Fix ls not following links to directories by default [\#764](https://github.com/shelljs/shelljs/pull/764) ([freitagbr](https://github.com/freitagbr))
154
- - Add "encoding" option to exec [\#763](https://github.com/shelljs/shelljs/pull/763) ([freitagbr](https://github.com/freitagbr))
155
- - Merge dev into master [\#731](https://github.com/shelljs/shelljs/pull/731) ([freitagbr](https://github.com/freitagbr))
156
- - Deprecate common.getUserHome, advise using os.homedir instead [\#725](https://github.com/shelljs/shelljs/pull/725) ([freitagbr](https://github.com/freitagbr))
157
- - Echo test mocks [\#708](https://github.com/shelljs/shelljs/pull/708) ([freitagbr](https://github.com/freitagbr))
158
- - Safely exit by throwing an error [\#546](https://github.com/shelljs/shelljs/pull/546) ([freitagbr](https://github.com/freitagbr))
159
- - chore\(make\): depreciate shelljs/make [\#431](https://github.com/shelljs/shelljs/pull/431) ([ariporad](https://github.com/ariporad))
160
-
161
- ## [v0.7.8](https://github.com/shelljs/shelljs/tree/v0.7.8) (2017-06-07)
162
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.7.7...v0.7.8)
163
-
164
- **Closed issues:**
165
-
166
- - Add node v8 to CI [\#729](https://github.com/shelljs/shelljs/issues/729)
167
- - Exec not working in Electron ! [\#726](https://github.com/shelljs/shelljs/issues/726)
168
- - is rechoir used anywhere? [\#723](https://github.com/shelljs/shelljs/issues/723)
169
- - ShellJS: internal error on shelljs.mkdir\('myFile/myDir'\) [\#720](https://github.com/shelljs/shelljs/issues/720)
170
- - Can't make sed perform global replace [\#719](https://github.com/shelljs/shelljs/issues/719)
171
- - grep: option not recognized: l [\#717](https://github.com/shelljs/shelljs/issues/717)
172
- - Problems getting code, stdout, stderr [\#715](https://github.com/shelljs/shelljs/issues/715)
173
- - Copying hidden files fails on Windows 10 [\#711](https://github.com/shelljs/shelljs/issues/711)
174
- - How am I suppose to handle errors with ShellJS? [\#707](https://github.com/shelljs/shelljs/issues/707)
175
- - use cp\('-r', './src', './dist'\) bug [\#705](https://github.com/shelljs/shelljs/issues/705)
176
- - Way to ignore files in globs. [\#699](https://github.com/shelljs/shelljs/issues/699)
177
- - Buffer constructor is deprecated [\#694](https://github.com/shelljs/shelljs/issues/694)
178
- - source command not working via exec method. [\#693](https://github.com/shelljs/shelljs/issues/693)
179
- - Would you be interested in a PR for `open`? [\#692](https://github.com/shelljs/shelljs/issues/692)
180
- - Get rid of common.platform in favor of process.platform [\#670](https://github.com/shelljs/shelljs/issues/670)
181
- - Passing empty string to cp throws internal error [\#664](https://github.com/shelljs/shelljs/issues/664)
182
- - Why does sed split files into an array, call replace on each line and rejoin? [\#645](https://github.com/shelljs/shelljs/issues/645)
183
- - feat: cp & mv should not overwrite recently created files [\#631](https://github.com/shelljs/shelljs/issues/631)
184
- - Echo tests unnecessarily run tests in own process [\#622](https://github.com/shelljs/shelljs/issues/622)
185
- - rm -rf on a symbolic link to a dir deletes its contents [\#587](https://github.com/shelljs/shelljs/issues/587)
186
- - "Cannot extract package" with node-webkit [\#181](https://github.com/shelljs/shelljs/issues/181)
187
- - EBADF, bad file descriptor [\#180](https://github.com/shelljs/shelljs/issues/180)
188
-
189
- **Merged pull requests:**
190
-
191
- - Add node 8 to CI [\#730](https://github.com/shelljs/shelljs/pull/730) ([freitagbr](https://github.com/freitagbr))
192
- - fix\(mkdir\): improve error handling around files [\#721](https://github.com/shelljs/shelljs/pull/721) ([nfischer](https://github.com/nfischer))
193
- - Properly handle directories as arguments [\#713](https://github.com/shelljs/shelljs/pull/713) ([nfischer](https://github.com/nfischer))
194
- - Add common.buffer [\#710](https://github.com/shelljs/shelljs/pull/710) ([freitagbr](https://github.com/freitagbr))
195
- - Fix common.expand error [\#709](https://github.com/shelljs/shelljs/pull/709) ([freitagbr](https://github.com/freitagbr))
196
- - refactor: remove unnecessary common.js imports [\#703](https://github.com/shelljs/shelljs/pull/703) ([nfischer](https://github.com/nfischer))
197
- - Fix \#631 throw error when overwriting recently created file [\#702](https://github.com/shelljs/shelljs/pull/702) ([uttpal](https://github.com/uttpal))
198
- - Small clarification of verbose flag [\#691](https://github.com/shelljs/shelljs/pull/691) ([zommerfelds](https://github.com/zommerfelds))
199
- - fix\(grep, sed, sort, uniq\): Split only on newline characters [\#690](https://github.com/shelljs/shelljs/pull/690) ([freitagbr](https://github.com/freitagbr))
200
- - Refactor: Use process.platform across codebase [\#689](https://github.com/shelljs/shelljs/pull/689) ([freitagbr](https://github.com/freitagbr))
201
- - Remove contents of symlink to dir with rm -rf [\#688](https://github.com/shelljs/shelljs/pull/688) ([freitagbr](https://github.com/freitagbr))
202
- - Echo stdout [\#677](https://github.com/shelljs/shelljs/pull/677) ([nfischer](https://github.com/nfischer))
203
-
204
- ## [v0.7.7](https://github.com/shelljs/shelljs/tree/v0.7.7) (2017-03-09)
205
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.7.6...v0.7.7)
206
-
207
- **Closed issues:**
208
-
209
- - Error output should be consistent across all platforms. [\#681](https://github.com/shelljs/shelljs/issues/681)
210
- - \*CRITICAL data loss\* shell.cp\(\) Content of file is erased when trying to copy it to the folder it already belongs to [\#678](https://github.com/shelljs/shelljs/issues/678)
211
- - Use with webpack broken in 0.7.6 [\#667](https://github.com/shelljs/shelljs/issues/667)
212
- - Difference between bash ls -R and ShellJS ls -R with symlinks [\#666](https://github.com/shelljs/shelljs/issues/666)
213
- - Refactor which\(\) \(too many repeated code blocks\) [\#656](https://github.com/shelljs/shelljs/issues/656)
214
- - find\(\) raises error when unable to find any files matching, expected to return empty array. [\#653](https://github.com/shelljs/shelljs/issues/653)
215
- - Reformat the markdown in RELEASE.md [\#642](https://github.com/shelljs/shelljs/issues/642)
216
- - rm -rf doesn't work if the directory contains an asar archive in Electron [\#618](https://github.com/shelljs/shelljs/issues/618)
217
- - Add support for other file types in rm [\#617](https://github.com/shelljs/shelljs/issues/617)
218
- - Feature request: ls -L option [\#563](https://github.com/shelljs/shelljs/issues/563)
219
- - How to send SIGINT signal to child process launched with exec [\#518](https://github.com/shelljs/shelljs/issues/518)
220
- - feature request: option to add node\_modules to the path for shelljs scripts [\#469](https://github.com/shelljs/shelljs/issues/469)
221
- - high cpu usage during synchronous exec [\#167](https://github.com/shelljs/shelljs/issues/167)
222
-
223
- **Merged pull requests:**
224
-
225
- - Add support for removing fifos [\#687](https://github.com/shelljs/shelljs/pull/687) ([freitagbr](https://github.com/freitagbr))
226
- - chore: add codecov script to appveyor CI [\#686](https://github.com/shelljs/shelljs/pull/686) ([nfischer](https://github.com/nfischer))
227
- - Refactor tests to improve readability [\#685](https://github.com/shelljs/shelljs/pull/685) ([nfischer](https://github.com/nfischer))
228
- - fix: convert error output to be consistent cross-platform [\#684](https://github.com/shelljs/shelljs/pull/684) ([nfischer](https://github.com/nfischer))
229
- - chore: add codecov [\#682](https://github.com/shelljs/shelljs/pull/682) ([nfischer](https://github.com/nfischer))
230
- - Fix cp overwriting identical files [\#679](https://github.com/shelljs/shelljs/pull/679) ([freitagbr](https://github.com/freitagbr))
231
- - Modified glob pattern. Fixes \#666 [\#676](https://github.com/shelljs/shelljs/pull/676) ([frandiox](https://github.com/frandiox))
232
- - refactor\(parseOptions\): better handle errors [\#674](https://github.com/shelljs/shelljs/pull/674) ([nfischer](https://github.com/nfischer))
233
- - test: add misc. tests to improve coverage [\#673](https://github.com/shelljs/shelljs/pull/673) ([nfischer](https://github.com/nfischer))
234
- - test: don't count hard-to-test lines for coverage [\#672](https://github.com/shelljs/shelljs/pull/672) ([nfischer](https://github.com/nfischer))
235
- - fix: switch commands.json -\> commands.js [\#668](https://github.com/shelljs/shelljs/pull/668) ([nfischer](https://github.com/nfischer))
236
- - ls -L \(follow symlinks\) [\#665](https://github.com/shelljs/shelljs/pull/665) ([frandiox](https://github.com/frandiox))
237
- - docs\(chmod\): document `options` argument [\#663](https://github.com/shelljs/shelljs/pull/663) ([gkalpak](https://github.com/gkalpak))
238
- - docs: clean up RELEASE.md [\#662](https://github.com/shelljs/shelljs/pull/662) ([nfischer](https://github.com/nfischer))
239
- - docs: miscellaneous README changes [\#661](https://github.com/shelljs/shelljs/pull/661) ([nfischer](https://github.com/nfischer))
240
- - Fix typo in README [\#660](https://github.com/shelljs/shelljs/pull/660) ([faheel](https://github.com/faheel))
241
- - refactor: reduce repeated code in which\(\) [\#659](https://github.com/shelljs/shelljs/pull/659) ([nfischer](https://github.com/nfischer))
242
- - feature: add -a option for which command [\#655](https://github.com/shelljs/shelljs/pull/655) ([termosa](https://github.com/termosa))
243
- - Fix find ENOENT [\#654](https://github.com/shelljs/shelljs/pull/654) ([freitagbr](https://github.com/freitagbr))
244
- - Safely exit by throwing an error [\#649](https://github.com/shelljs/shelljs/pull/649) ([freitagbr](https://github.com/freitagbr))
245
- - Chore drop 0.12 [\#648](https://github.com/shelljs/shelljs/pull/648) ([nfischer](https://github.com/nfischer))
246
- - chore\(lint\): Enforce a trailing comma for multi-line [\#646](https://github.com/shelljs/shelljs/pull/646) ([nfischer](https://github.com/nfischer))
247
- - docs\(release\): use bulleted list [\#643](https://github.com/shelljs/shelljs/pull/643) ([freitagbr](https://github.com/freitagbr))
248
-
249
- ## [v0.7.6](https://github.com/shelljs/shelljs/tree/v0.7.6) (2017-01-08)
250
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.7.5...v0.7.6)
251
-
252
- **Closed issues:**
253
-
254
- - unable to execute ionic command with shell js [\#640](https://github.com/shelljs/shelljs/issues/640)
255
- - How to increase ShellJS buffer size? [\#639](https://github.com/shelljs/shelljs/issues/639)
256
- - mkdir fails with non-normalized path [\#634](https://github.com/shelljs/shelljs/issues/634)
257
- - Move execPath into common [\#633](https://github.com/shelljs/shelljs/issues/633)
258
- - QUESTION: Feedback while an operation is running? [\#629](https://github.com/shelljs/shelljs/issues/629)
259
- - Test setup/cleanup is broken [\#621](https://github.com/shelljs/shelljs/issues/621)
260
- - Ignore temp directories when running lint [\#620](https://github.com/shelljs/shelljs/issues/620)
261
- - parseOptions should throw an error if the option string doesn't start with '-' [\#614](https://github.com/shelljs/shelljs/issues/614)
262
- - chore: LGTM.co is gone [\#595](https://github.com/shelljs/shelljs/issues/595)
263
- - refactor: objectAssign should refer to Object.assign if it exists, or the internal polyfill otherwise [\#592](https://github.com/shelljs/shelljs/issues/592)
264
- - parseOptions: allow a way to keep errors silent \(exception only\) [\#591](https://github.com/shelljs/shelljs/issues/591)
265
- - \[Question\] commands with multiple options / arguments? [\#589](https://github.com/shelljs/shelljs/issues/589)
266
- - feature: GNU Parallel [\#585](https://github.com/shelljs/shelljs/issues/585)
267
- - write to file [\#568](https://github.com/shelljs/shelljs/issues/568)
268
- - Cannot figure out how to disable globbing for rm [\#567](https://github.com/shelljs/shelljs/issues/567)
269
- - Switch to the ava test framework [\#560](https://github.com/shelljs/shelljs/issues/560)
270
- - Option not recognized [\#556](https://github.com/shelljs/shelljs/issues/556)
271
- - chore: add @freitagbr to LGTM maintainers [\#552](https://github.com/shelljs/shelljs/issues/552)
272
- - chore: set up dev branch [\#548](https://github.com/shelljs/shelljs/issues/548)
273
- - bug: cp\(\) doesn't always copy everything [\#547](https://github.com/shelljs/shelljs/issues/547)
274
- - User-friendly lint command [\#544](https://github.com/shelljs/shelljs/issues/544)
275
- - Lint warning [\#542](https://github.com/shelljs/shelljs/issues/542)
276
- - chore: add nodejs v7 to CI [\#537](https://github.com/shelljs/shelljs/issues/537)
277
- - error.code is not always available [\#536](https://github.com/shelljs/shelljs/issues/536)
278
- - Add shx as a dependency for testing [\#525](https://github.com/shelljs/shelljs/issues/525)
279
- - Feature request: allow `common.error\(\)` to optionally not insert a prefix and optionally not print to console [\#523](https://github.com/shelljs/shelljs/issues/523)
280
- - Feature request: Add "shelljs.unlink" [\#519](https://github.com/shelljs/shelljs/issues/519)
281
- - Sed should allow a replacement string to contain `\1` for match groups [\#507](https://github.com/shelljs/shelljs/issues/507)
282
- - Usage with neodoc [\#445](https://github.com/shelljs/shelljs/issues/445)
283
- - \[ Feature idea \] synchronous sleep command [\#441](https://github.com/shelljs/shelljs/issues/441)
284
- - Improve test coverage [\#347](https://github.com/shelljs/shelljs/issues/347)
285
- - Add a way to prevent shell-expansion on commands \(this issue is not for exec\) [\#345](https://github.com/shelljs/shelljs/issues/345)
286
- - Chown [\#183](https://github.com/shelljs/shelljs/issues/183)
287
- - spawn EMFILE [\#81](https://github.com/shelljs/shelljs/issues/81)
288
- - Rewrite exec using execsync-ng \(which uses node-ffi\) [\#66](https://github.com/shelljs/shelljs/issues/66)
289
- - `exec` gets stuck on my Debian box [\#51](https://github.com/shelljs/shelljs/issues/51)
290
- - 100% cpu usage when a nodejs script goes side ways executing a command. [\#5](https://github.com/shelljs/shelljs/issues/5)
291
-
292
- **Merged pull requests:**
293
-
294
- - refactor: add config.reset\(\) and .resetForTesting\(\) [\#641](https://github.com/shelljs/shelljs/pull/641) ([nfischer](https://github.com/nfischer))
295
- - chore: set up test coverage [\#638](https://github.com/shelljs/shelljs/pull/638) ([nfischer](https://github.com/nfischer))
296
- - refactor: create common.execPath [\#636](https://github.com/shelljs/shelljs/pull/636) ([nfischer](https://github.com/nfischer))
297
- - fix: allow non-normalized paths as input to mkdir [\#635](https://github.com/shelljs/shelljs/pull/635) ([nfischer](https://github.com/nfischer))
298
- - Finalize moving to ava [\#630](https://github.com/shelljs/shelljs/pull/630) ([freitagbr](https://github.com/freitagbr))
299
- - test: refactor pushd tests to AVA [\#627](https://github.com/shelljs/shelljs/pull/627) ([nfischer](https://github.com/nfischer))
300
- - test: refactor popd tests to AVA [\#626](https://github.com/shelljs/shelljs/pull/626) ([nfischer](https://github.com/nfischer))
301
- - test: refactor shjs tests to AVA [\#625](https://github.com/shelljs/shelljs/pull/625) ([nfischer](https://github.com/nfischer))
302
- - test: remove tests for make \(deprecated\) [\#624](https://github.com/shelljs/shelljs/pull/624) ([nfischer](https://github.com/nfischer))
303
- - Ignore test temp directories during linting [\#623](https://github.com/shelljs/shelljs/pull/623) ([freitagbr](https://github.com/freitagbr))
304
- - refactor: list all commands in commands.json [\#616](https://github.com/shelljs/shelljs/pull/616) ([nfischer](https://github.com/nfischer))
305
- - Throw an error if the options string does not start with '-' [\#615](https://github.com/shelljs/shelljs/pull/615) ([freitagbr](https://github.com/freitagbr))
306
- - chore: switch to files attribute from npmignore [\#613](https://github.com/shelljs/shelljs/pull/613) ([nfischer](https://github.com/nfischer))
307
- - test: refactor 'test' command tests to AVA [\#612](https://github.com/shelljs/shelljs/pull/612) ([nfischer](https://github.com/nfischer))
308
- - test: refactor find tests to AVA [\#611](https://github.com/shelljs/shelljs/pull/611) ([nfischer](https://github.com/nfischer))
309
- - test: refactor ln tests to AVA [\#610](https://github.com/shelljs/shelljs/pull/610) ([nfischer](https://github.com/nfischer))
310
- - test: refactor ls to use AVA [\#609](https://github.com/shelljs/shelljs/pull/609) ([nfischer](https://github.com/nfischer))
311
- - test: refactor pipe tests to AVA [\#608](https://github.com/shelljs/shelljs/pull/608) ([nfischer](https://github.com/nfischer))
312
- - test: refactor sed tests to AVA [\#607](https://github.com/shelljs/shelljs/pull/607) ([nfischer](https://github.com/nfischer))
313
- - test: refactor grep tests to AVA [\#606](https://github.com/shelljs/shelljs/pull/606) ([nfischer](https://github.com/nfischer))
314
- - test: refactor global tests to AVA [\#605](https://github.com/shelljs/shelljs/pull/605) ([nfischer](https://github.com/nfischer))
315
- - test: refactor touch tests to AVA [\#604](https://github.com/shelljs/shelljs/pull/604) ([nfischer](https://github.com/nfischer))
316
- - test: refactor uniq tests to AVA [\#603](https://github.com/shelljs/shelljs/pull/603) ([nfischer](https://github.com/nfischer))
317
- - test: refactor sort tests to AVA [\#602](https://github.com/shelljs/shelljs/pull/602) ([nfischer](https://github.com/nfischer))
318
- - test: refactor tail tests to AVA [\#601](https://github.com/shelljs/shelljs/pull/601) ([nfischer](https://github.com/nfischer))
319
- - test: refactor head tests to AVA [\#600](https://github.com/shelljs/shelljs/pull/600) ([nfischer](https://github.com/nfischer))
320
- - test: refactor mkdir tests to AVA [\#599](https://github.com/shelljs/shelljs/pull/599) ([nfischer](https://github.com/nfischer))
321
- - Fix: rm behavior regarding symlinks [\#598](https://github.com/shelljs/shelljs/pull/598) ([freitagbr](https://github.com/freitagbr))
322
- - test: refactor mv tests to AVA [\#597](https://github.com/shelljs/shelljs/pull/597) ([nfischer](https://github.com/nfischer))
323
- - Remove files related to lgtm.co [\#596](https://github.com/shelljs/shelljs/pull/596) ([freitagbr](https://github.com/freitagbr))
324
- - Add ability to configure error from parseOptions [\#594](https://github.com/shelljs/shelljs/pull/594) ([freitagbr](https://github.com/freitagbr))
325
- - Use Object.assign if possible [\#593](https://github.com/shelljs/shelljs/pull/593) ([freitagbr](https://github.com/freitagbr))
326
- - Add "-n" option to echo [\#590](https://github.com/shelljs/shelljs/pull/590) ([freitagbr](https://github.com/freitagbr))
327
- - test: refactor rm tests to AVA [\#586](https://github.com/shelljs/shelljs/pull/586) ([nfischer](https://github.com/nfischer))
328
- - test: refactor pwd tests to AVA [\#582](https://github.com/shelljs/shelljs/pull/582) ([nfischer](https://github.com/nfischer))
329
- - test: refactor tempdir tests to AVA [\#581](https://github.com/shelljs/shelljs/pull/581) ([nfischer](https://github.com/nfischer))
330
- - test: refactor 'which' tests to AVA [\#580](https://github.com/shelljs/shelljs/pull/580) ([nfischer](https://github.com/nfischer))
331
- - test: refactor plugin tests to AVA [\#579](https://github.com/shelljs/shelljs/pull/579) ([nfischer](https://github.com/nfischer))
332
- - test: refactor toEnd tests to AVA [\#578](https://github.com/shelljs/shelljs/pull/578) ([nfischer](https://github.com/nfischer))
333
- - test: refactor to tests to AVA [\#577](https://github.com/shelljs/shelljs/pull/577) ([nfischer](https://github.com/nfischer))
334
- - test: refactor 'set' tests to AVA [\#576](https://github.com/shelljs/shelljs/pull/576) ([nfischer](https://github.com/nfischer))
335
- - test: refactor echo tests to AVA [\#575](https://github.com/shelljs/shelljs/pull/575) ([nfischer](https://github.com/nfischer))
336
- - test: refactor exec tests to AVA [\#574](https://github.com/shelljs/shelljs/pull/574) ([nfischer](https://github.com/nfischer))
337
- - test: refactor env tests to AVA [\#573](https://github.com/shelljs/shelljs/pull/573) ([nfischer](https://github.com/nfischer))
338
- - test: refactor dirs tests to AVA [\#572](https://github.com/shelljs/shelljs/pull/572) ([nfischer](https://github.com/nfischer))
339
- - test: refactor config tests to AVA [\#571](https://github.com/shelljs/shelljs/pull/571) ([nfischer](https://github.com/nfischer))
340
- - test: refactor common tests to AVA [\#570](https://github.com/shelljs/shelljs/pull/570) ([nfischer](https://github.com/nfischer))
341
- - test: refactor chmod tests to AVA [\#569](https://github.com/shelljs/shelljs/pull/569) ([nfischer](https://github.com/nfischer))
342
- - test: refactor cp tests to ava [\#565](https://github.com/shelljs/shelljs/pull/565) ([nfischer](https://github.com/nfischer))
343
- - test: refactor cat tests to ava [\#564](https://github.com/shelljs/shelljs/pull/564) ([nfischer](https://github.com/nfischer))
344
- - test: set up ava and move cd.js [\#561](https://github.com/shelljs/shelljs/pull/561) ([nfischer](https://github.com/nfischer))
345
- - Update sed documentation regarding capture groups [\#558](https://github.com/shelljs/shelljs/pull/558) ([freitagbr](https://github.com/freitagbr))
346
- - Add newline to output of echo [\#557](https://github.com/shelljs/shelljs/pull/557) ([freitagbr](https://github.com/freitagbr))
347
- - fix: handle code-less errors more carefully in exec [\#554](https://github.com/shelljs/shelljs/pull/554) ([nfischer](https://github.com/nfischer))
348
- - Add Brandon Freitag to maintainers/contributors [\#553](https://github.com/shelljs/shelljs/pull/553) ([freitagbr](https://github.com/freitagbr))
349
- - Get pipe tests running on Windows. [\#550](https://github.com/shelljs/shelljs/pull/550) ([binki](https://github.com/binki))
350
- - fix: maxdepth doesn't limit total number of copies [\#549](https://github.com/shelljs/shelljs/pull/549) ([nfischer](https://github.com/nfischer))
351
- - Fix lint warning [\#543](https://github.com/shelljs/shelljs/pull/543) ([freitagbr](https://github.com/freitagbr))
352
- - chore: remove v0.10 from Travis CI [\#540](https://github.com/shelljs/shelljs/pull/540) ([nfischer](https://github.com/nfischer))
353
- - chore: add Node v7 for CI [\#539](https://github.com/shelljs/shelljs/pull/539) ([nfischer](https://github.com/nfischer))
354
-
355
- ## [v0.7.5](https://github.com/shelljs/shelljs/tree/v0.7.5) (2016-10-27)
356
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.7.4...v0.7.5)
357
-
358
- **Closed issues:**
359
-
360
- - Project objectives: there is some higher goal to achieve? [\#533](https://github.com/shelljs/shelljs/issues/533)
361
- - fs.existsSync is un-deprecated [\#531](https://github.com/shelljs/shelljs/issues/531)
362
- - Inadvertent breaking change to shell.test\(\) [\#529](https://github.com/shelljs/shelljs/issues/529)
363
- - Add -u flag support for cp [\#526](https://github.com/shelljs/shelljs/issues/526)
364
- - API request: allow `plugin.error\(\)` to take an options parameter [\#522](https://github.com/shelljs/shelljs/issues/522)
365
- - FS Real Path error thrown when requiring shelljs [\#521](https://github.com/shelljs/shelljs/issues/521)
366
- - Question: passing code via pipe? [\#520](https://github.com/shelljs/shelljs/issues/520)
367
- - The performance in `cp` is different between `0.6.0` and `0.7.4` [\#517](https://github.com/shelljs/shelljs/issues/517)
368
- - ShellJS in Electron package don't find ffmpeg anymore [\#516](https://github.com/shelljs/shelljs/issues/516)
369
- - Exec issues with string option introduced in 0.7.4 [\#515](https://github.com/shelljs/shelljs/issues/515)
370
- - \[ Feature \] SSH command [\#435](https://github.com/shelljs/shelljs/issues/435)
371
-
372
- **Merged pull requests:**
373
-
374
- - feat: plugin.error\(\) takes an options parameter [\#535](https://github.com/shelljs/shelljs/pull/535) ([nfischer](https://github.com/nfischer))
375
- - Revert "refactor: replace fs.existsSync" fixes\(\#531\) [\#532](https://github.com/shelljs/shelljs/pull/532) ([gyandeeps](https://github.com/gyandeeps))
376
- - Fix: Remove default glob from shell.test \(fixes \#529\) [\#530](https://github.com/shelljs/shelljs/pull/530) ([gyandeeps](https://github.com/gyandeeps))
377
- - feat: cp -u option [\#527](https://github.com/shelljs/shelljs/pull/527) ([nfischer](https://github.com/nfischer))
378
- - chore: add downloads per month on README [\#513](https://github.com/shelljs/shelljs/pull/513) ([nfischer](https://github.com/nfischer))
379
-
380
- ## [v0.7.4](https://github.com/shelljs/shelljs/tree/v0.7.4) (2016-08-26)
381
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.7.3...v0.7.4)
382
-
383
- **Closed issues:**
384
-
385
- - fix: echo -e should not print "-e" [\#510](https://github.com/shelljs/shelljs/issues/510)
386
- - Wrong method signature in doc [\#498](https://github.com/shelljs/shelljs/issues/498)
387
- - readFromPipe should be a function with no arguments [\#485](https://github.com/shelljs/shelljs/issues/485)
388
- - TypeError: Cannot read property 'toString' of undefined [\#471](https://github.com/shelljs/shelljs/issues/471)
389
-
390
- **Merged pull requests:**
391
-
392
- - fix: echo supports -e option properly [\#511](https://github.com/shelljs/shelljs/pull/511) ([nfischer](https://github.com/nfischer))
393
- - refactor: replace fs.existsSync [\#509](https://github.com/shelljs/shelljs/pull/509) ([nfischer](https://github.com/nfischer))
394
- - refactor: readFromPipe\(\) requires no arguments [\#506](https://github.com/shelljs/shelljs/pull/506) ([nfischer](https://github.com/nfischer))
395
- - chore: switch to eslint [\#504](https://github.com/shelljs/shelljs/pull/504) ([nfischer](https://github.com/nfischer))
396
- - feat: add overWrite option for commands [\#503](https://github.com/shelljs/shelljs/pull/503) ([nfischer](https://github.com/nfischer))
397
- - chore: update issue template [\#502](https://github.com/shelljs/shelljs/pull/502) ([nfischer](https://github.com/nfischer))
398
- - fixed head/tail readme [\#499](https://github.com/shelljs/shelljs/pull/499) ([charlesread](https://github.com/charlesread))
399
-
400
- ## [v0.7.3](https://github.com/shelljs/shelljs/tree/v0.7.3) (2016-07-27)
401
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.7.2...v0.7.3)
402
-
403
- **Closed issues:**
404
-
405
- - expose execSync [\#494](https://github.com/shelljs/shelljs/issues/494)
406
- - Add a way to create commands that can receive from a pipe without being standalone commands [\#487](https://github.com/shelljs/shelljs/issues/487)
407
- - cp -r breaks when the directory contains a softlink [\#193](https://github.com/shelljs/shelljs/issues/193)
408
- - Redirect output to file fails [\#60](https://github.com/shelljs/shelljs/issues/60)
409
- - We need sed -n ? [\#38](https://github.com/shelljs/shelljs/issues/38)
410
-
411
- **Merged pull requests:**
412
-
413
- - refactor: allow pipeOnly commands \(methods on ShellStrings\) [\#493](https://github.com/shelljs/shelljs/pull/493) ([nfischer](https://github.com/nfischer))
414
- - refactor: glob by default for commands [\#492](https://github.com/shelljs/shelljs/pull/492) ([nfischer](https://github.com/nfischer))
415
- - refactor: switch from notUnix to unix in wrap\(\) [\#491](https://github.com/shelljs/shelljs/pull/491) ([nfischer](https://github.com/nfischer))
416
- - refactor: switch common.extend\(\) to Object.assign ponyfill [\#490](https://github.com/shelljs/shelljs/pull/490) ([nfischer](https://github.com/nfischer))
417
- - fix: conflicting options now properly override each other [\#489](https://github.com/shelljs/shelljs/pull/489) ([nfischer](https://github.com/nfischer))
418
- - refactor: expose plugin utils & add initial tests [\#484](https://github.com/shelljs/shelljs/pull/484) ([nfischer](https://github.com/nfischer))
419
-
420
- ## [v0.7.2](https://github.com/shelljs/shelljs/tree/v0.7.2) (2016-07-25)
421
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.7.1...v0.7.2)
422
-
423
- **Closed issues:**
424
-
425
- - shelljs should not kill process if node call throws exception [\#473](https://github.com/shelljs/shelljs/issues/473)
426
- - `cp` work incorrectly when folder name contains '@' [\#463](https://github.com/shelljs/shelljs/issues/463)
427
- - Something went wrong [\#158](https://github.com/shelljs/shelljs/issues/158)
428
-
429
- **Merged pull requests:**
430
-
431
- - fix: resolve a cylcic-dependency problem [\#482](https://github.com/shelljs/shelljs/pull/482) ([nfischer](https://github.com/nfischer))
432
- - refactor: add wrapOutput option to auto-ShellString-ify command output [\#481](https://github.com/shelljs/shelljs/pull/481) ([nfischer](https://github.com/nfischer))
433
- - refactor: move option parsing into common.wrap\(\) [\#479](https://github.com/shelljs/shelljs/pull/479) ([nfischer](https://github.com/nfischer))
434
- - refactor: hook new uniq\(\) command using new format [\#478](https://github.com/shelljs/shelljs/pull/478) ([nfischer](https://github.com/nfischer))
435
- - Fix mkdir malformed path [\#477](https://github.com/shelljs/shelljs/pull/477) ([nfischer](https://github.com/nfischer))
436
- - fix: mkdir for invalid perms does not kill process [\#474](https://github.com/shelljs/shelljs/pull/474) ([nfischer](https://github.com/nfischer))
437
- - feat\(command\): new command: uniq\(\) [\#453](https://github.com/shelljs/shelljs/pull/453) ([joshi-sh](https://github.com/joshi-sh))
438
-
439
- ## [v0.7.1](https://github.com/shelljs/shelljs/tree/v0.7.1) (2016-07-22)
440
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.7.0...v0.7.1)
441
-
442
- **Closed issues:**
443
-
444
- - cp -n doesn't work correctly [\#465](https://github.com/shelljs/shelljs/issues/465)
445
- - how can i run sudo apt-get install xtodotool by your plugin? [\#448](https://github.com/shelljs/shelljs/issues/448)
446
- - shell.js grep: internal error, Invalid regular expression [\#447](https://github.com/shelljs/shelljs/issues/447)
447
- - Stdout is empty on Git log command [\#439](https://github.com/shelljs/shelljs/issues/439)
448
- - Cannot read toString of null when using execSync [\#415](https://github.com/shelljs/shelljs/issues/415)
449
- - cp -R dir/ target fails to copy hidden files in dir [\#140](https://github.com/shelljs/shelljs/issues/140)
450
- - \#mv Won't Work Across Disks [\#1](https://github.com/shelljs/shelljs/issues/1)
451
-
452
- **Merged pull requests:**
453
-
454
- - refactor: commands now register themselves [\#475](https://github.com/shelljs/shelljs/pull/475) ([nfischer](https://github.com/nfischer))
455
- - chore: switch to shields.io, and add npm badge [\#470](https://github.com/shelljs/shelljs/pull/470) ([nfischer](https://github.com/nfischer))
456
- - fix\(cp\): -n option no longer raises error [\#466](https://github.com/shelljs/shelljs/pull/466) ([nfischer](https://github.com/nfischer))
457
- - refactor: expose pipe-ability to command configuration [\#464](https://github.com/shelljs/shelljs/pull/464) ([nfischer](https://github.com/nfischer))
458
- - fix\(mv\): works across partitions [\#461](https://github.com/shelljs/shelljs/pull/461) ([nfischer](https://github.com/nfischer))
459
- - chore: switch to shelljs-changelog [\#460](https://github.com/shelljs/shelljs/pull/460) ([nfischer](https://github.com/nfischer))
460
- - chore: update release process [\#459](https://github.com/shelljs/shelljs/pull/459) ([nfischer](https://github.com/nfischer))
461
- - chore: revert depreciate shelljs/make \(\#431\) [\#458](https://github.com/shelljs/shelljs/pull/458) ([zephraph](https://github.com/zephraph))
462
- - chore: clarify message for when docs are not generated [\#457](https://github.com/shelljs/shelljs/pull/457) ([nfischer](https://github.com/nfischer))
463
- - chore\(gendocs\): add `npm run gendocs` command [\#455](https://github.com/shelljs/shelljs/pull/455) ([nfischer](https://github.com/nfischer))
464
- - chore: update jshint and move it to an npm script [\#454](https://github.com/shelljs/shelljs/pull/454) ([nfischer](https://github.com/nfischer))
465
- - test\(ls\): add case for trailing slash on dir name [\#450](https://github.com/shelljs/shelljs/pull/450) ([nfischer](https://github.com/nfischer))
466
- - docs\(exec\): explicitly mention the `shell` option [\#449](https://github.com/shelljs/shelljs/pull/449) ([nfischer](https://github.com/nfischer))
467
- - chore: setup changelog [\#443](https://github.com/shelljs/shelljs/pull/443) ([levithomason](https://github.com/levithomason))
468
- - docs: comment code better to help contributors [\#437](https://github.com/shelljs/shelljs/pull/437) ([nfischer](https://github.com/nfischer))
469
- - chore\(CI\): update appveyor [\#436](https://github.com/shelljs/shelljs/pull/436) ([nfischer](https://github.com/nfischer))
470
- - chore: test against node v6 [\#433](https://github.com/shelljs/shelljs/pull/433) ([nfischer](https://github.com/nfischer))
471
- - docs: warn that README contains newest features [\#410](https://github.com/shelljs/shelljs/pull/410) ([nfischer](https://github.com/nfischer))
472
-
473
- ## [v0.7.0](https://github.com/shelljs/shelljs/tree/v0.7.0) (2016-04-25)
474
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.6.0...v0.7.0)
475
-
476
- **Closed issues:**
477
-
478
- - exec\('nohup node some.js &'\) [\#426](https://github.com/shelljs/shelljs/issues/426)
479
- - shelljs Breaks SemVer for Alpha and Pre-Release Versions [\#390](https://github.com/shelljs/shelljs/issues/390)
480
- - Copy not accepting source end with wildcards \* when using -r on v0.6.0 [\#389](https://github.com/shelljs/shelljs/issues/389)
481
- - Support globbing in `shjs` [\#388](https://github.com/shelljs/shelljs/issues/388)
482
- - Refactor more commands to return ShellString [\#373](https://github.com/shelljs/shelljs/issues/373)
483
- - ln\('-sf', './', '\<destination\>'\) is not linking the right folder [\#363](https://github.com/shelljs/shelljs/issues/363)
484
- - v0.6.0 - shell.cp\('r', '/foo/\*, '/bar'\) fails with /foo/\* no such file or directory [\#342](https://github.com/shelljs/shelljs/issues/342)
485
- - Add documentup as a webhook [\#327](https://github.com/shelljs/shelljs/issues/327)
486
- - Dir glob breaks when in the middle of path [\#245](https://github.com/shelljs/shelljs/issues/245)
487
- - could you switch off wiki page? [\#233](https://github.com/shelljs/shelljs/issues/233)
488
- - ls globbing does not behave like shell, consider using glob.sync [\#225](https://github.com/shelljs/shelljs/issues/225)
489
- - Cannot run shell.exec\('heroku config:push'\) -- just hangs [\#218](https://github.com/shelljs/shelljs/issues/218)
490
- - `cp` does not overwrite files by default [\#210](https://github.com/shelljs/shelljs/issues/210)
491
- - exec failed to return [\#208](https://github.com/shelljs/shelljs/issues/208)
492
- - CLI Version [\#202](https://github.com/shelljs/shelljs/issues/202)
493
- - Bracket expansion not working [\#176](https://github.com/shelljs/shelljs/issues/176)
494
- - "exec" causes LiveScript interpreter \(lsc\) to hang [\#160](https://github.com/shelljs/shelljs/issues/160)
495
- - Don't modify string prototype [\#159](https://github.com/shelljs/shelljs/issues/159)
496
- - `exec\(...\).to\(file\)` should work [\#154](https://github.com/shelljs/shelljs/issues/154)
497
- - Can't install shelljs locally instead of globally [\#136](https://github.com/shelljs/shelljs/issues/136)
498
- - shelljs and node 0.10.28 [\#125](https://github.com/shelljs/shelljs/issues/125)
499
- - Use case for global installed shelljs [\#123](https://github.com/shelljs/shelljs/issues/123)
500
- - Only get stdout from `exec` [\#92](https://github.com/shelljs/shelljs/issues/92)
501
- - What about other commands? [\#90](https://github.com/shelljs/shelljs/issues/90)
502
- - Flesh out example of exit\(\) [\#73](https://github.com/shelljs/shelljs/issues/73)
503
- - exec doesn't work with qualified paths on windows [\#41](https://github.com/shelljs/shelljs/issues/41)
504
- - exec does not working in mingw bash in windows [\#17](https://github.com/shelljs/shelljs/issues/17)
505
- - Add support for cp -P option [\#413](https://github.com/shelljs/shelljs/issues/413)
506
- - cp -L: Incorrect behavior for symlinks to regular files [\#407](https://github.com/shelljs/shelljs/issues/407)
507
- - Edit the docs to emphasize ShellStrings and Pipes [\#398](https://github.com/shelljs/shelljs/issues/398)
508
- - Error message isn't always printed [\#372](https://github.com/shelljs/shelljs/issues/372)
509
- - Standardize command output [\#356](https://github.com/shelljs/shelljs/issues/356)
510
- - exec\(\) doesn't clean up all temp files [\#353](https://github.com/shelljs/shelljs/issues/353)
511
- - Document that exec\(\) options don't work on early versions of node [\#350](https://github.com/shelljs/shelljs/issues/350)
512
- - Add -f option to set\(\) [\#344](https://github.com/shelljs/shelljs/issues/344)
513
- - Glob commands by default [\#343](https://github.com/shelljs/shelljs/issues/343)
514
- - rm -rf incorrect behaviour [\#332](https://github.com/shelljs/shelljs/issues/332)
515
- - Switch `exec\(\)` to use bash by default [\#281](https://github.com/shelljs/shelljs/issues/281)
516
- - pipe to proc [\#148](https://github.com/shelljs/shelljs/issues/148)
517
- - shell builtin [\#138](https://github.com/shelljs/shelljs/issues/138)
518
- - add timeout option for exec [\#132](https://github.com/shelljs/shelljs/issues/132)
519
- - shelljs cp handling symlinks badly [\#69](https://github.com/shelljs/shelljs/issues/69)
520
-
521
- **Merged pull requests:**
522
-
523
- - chore: add "Team" section to README [\#423](https://github.com/shelljs/shelljs/pull/423) ([nfischer](https://github.com/nfischer))
524
- - Contributing guidelines [\#422](https://github.com/shelljs/shelljs/pull/422) ([nfischer](https://github.com/nfischer))
525
- - feat\(glob\): expose config.globOptions. [\#400](https://github.com/shelljs/shelljs/pull/400) ([nfischer](https://github.com/nfischer))
526
- - Add shelljs as a keyword in package.json [\#393](https://github.com/shelljs/shelljs/pull/393) ([nfischer](https://github.com/nfischer))
527
- - docs: add link to wiki page [\#392](https://github.com/shelljs/shelljs/pull/392) ([nfischer](https://github.com/nfischer))
528
- - refactor\(cd\): use process.env.OLDPWD to store previous dir [\#383](https://github.com/shelljs/shelljs/pull/383) ([nfischer](https://github.com/nfischer))
529
- - chore\(appveyor\): add in node 4 for appveyor [\#381](https://github.com/shelljs/shelljs/pull/381) ([nfischer](https://github.com/nfischer))
530
- - Add Cash cross-reference [\#375](https://github.com/shelljs/shelljs/pull/375) ([dthree](https://github.com/dthree))
531
- - Ignore gitattributes from npm package [\#361](https://github.com/shelljs/shelljs/pull/361) ([nfischer](https://github.com/nfischer))
532
- - Consistently use LF line endings [\#355](https://github.com/shelljs/shelljs/pull/355) ([TimothyGu](https://github.com/TimothyGu))
533
- - Release v0.7.0 [\#429](https://github.com/shelljs/shelljs/pull/429) ([nfischer](https://github.com/nfischer))
534
- - fix: null is no longer confused for an object [\#428](https://github.com/shelljs/shelljs/pull/428) ([nfischer](https://github.com/nfischer))
535
- - fix\(ls\): no trailing newline for empty directories [\#425](https://github.com/shelljs/shelljs/pull/425) ([nfischer](https://github.com/nfischer))
536
- - feat\(cp\): -P option, plus better handling of symlinks [\#421](https://github.com/shelljs/shelljs/pull/421) ([nfischer](https://github.com/nfischer))
537
- - docs\(exec\): fix docs about exec return type [\#419](https://github.com/shelljs/shelljs/pull/419) ([nfischer](https://github.com/nfischer))
538
- - docs\(error\): deprecate relying on string value [\#418](https://github.com/shelljs/shelljs/pull/418) ([nfischer](https://github.com/nfischer))
539
- - fix: error message now printed for fatal failures [\#417](https://github.com/shelljs/shelljs/pull/417) ([nfischer](https://github.com/nfischer))
540
- - issue-407: Add regular files unit tests and fix symlink copy behavior [\#409](https://github.com/shelljs/shelljs/pull/409) ([charlesverge](https://github.com/charlesverge))
541
- - refactor\(rm\): Remove duplicate code [\#408](https://github.com/shelljs/shelljs/pull/408) ([nfischer](https://github.com/nfischer))
542
- - docs: wildcards for all commands, other docs cleanups [\#404](https://github.com/shelljs/shelljs/pull/404) ([nfischer](https://github.com/nfischer))
543
- - test\(rm\): add tests to prevent a future regression [\#403](https://github.com/shelljs/shelljs/pull/403) ([nfischer](https://github.com/nfischer))
544
- - refactor\(string\): modify string protoype, but only for shelljs/global [\#401](https://github.com/shelljs/shelljs/pull/401) ([nfischer](https://github.com/nfischer))
545
- - feat: adding error codes to ShellJS [\#394](https://github.com/shelljs/shelljs/pull/394) ([nfischer](https://github.com/nfischer))
546
- - feature: use rechoir [\#384](https://github.com/shelljs/shelljs/pull/384) ([nfischer](https://github.com/nfischer))
547
- - refactor\(cp\): clean up code and fix \#376 [\#380](https://github.com/shelljs/shelljs/pull/380) ([nfischer](https://github.com/nfischer))
548
- - New commands: sort\(\), head\(\), and tail\(\) [\#379](https://github.com/shelljs/shelljs/pull/379) ([nfischer](https://github.com/nfischer))
549
- - Add unit tests to prevent regression \(see \#376\) [\#378](https://github.com/shelljs/shelljs/pull/378) ([nfischer](https://github.com/nfischer))
550
- - feat\(pipe\): add support for pipes between commands [\#370](https://github.com/shelljs/shelljs/pull/370) ([nfischer](https://github.com/nfischer))
551
- - refactor\(ls\): greatly simplify ls implimentation [\#369](https://github.com/shelljs/shelljs/pull/369) ([ariporad](https://github.com/ariporad))
552
- - chore: drop node v0.10 support [\#368](https://github.com/shelljs/shelljs/pull/368) ([ariporad](https://github.com/ariporad))
553
- - perf\(cd\): only run `stat` once [\#367](https://github.com/shelljs/shelljs/pull/367) ([ariporad](https://github.com/ariporad))
554
- - fix\(exec\): properly handles paths with spaces and quotes [\#365](https://github.com/shelljs/shelljs/pull/365) ([nfischer](https://github.com/nfischer))
555
- - test\(ln\): add tests for linking to cwd [\#364](https://github.com/shelljs/shelljs/pull/364) ([nfischer](https://github.com/nfischer))
556
- - fix\(verbose\): verbose-style logging is consistent [\#362](https://github.com/shelljs/shelljs/pull/362) ([nfischer](https://github.com/nfischer))
557
- - Refactor shellstring [\#360](https://github.com/shelljs/shelljs/pull/360) ([nfischer](https://github.com/nfischer))
558
- - feat\(glob\): use glob module for globbing [\#359](https://github.com/shelljs/shelljs/pull/359) ([nfischer](https://github.com/nfischer))
559
- - feat\(set\): add -f option to disable globbing [\#358](https://github.com/shelljs/shelljs/pull/358) ([nfischer](https://github.com/nfischer))
560
- - config.fatal now throws an exception [\#357](https://github.com/shelljs/shelljs/pull/357) ([jrmclaurin](https://github.com/jrmclaurin))
561
- - fix\(exec\): temp files are now cleaned up [\#354](https://github.com/shelljs/shelljs/pull/354) ([nfischer](https://github.com/nfischer))
562
- - feat\(glob\): glob support for \(almost\) all commands [\#352](https://github.com/shelljs/shelljs/pull/352) ([nfischer](https://github.com/nfischer))
563
- - feat\(grep\): add -l option [\#349](https://github.com/shelljs/shelljs/pull/349) ([nfischer](https://github.com/nfischer))
564
- - fix\(exec\): now actually supports shell option [\#348](https://github.com/shelljs/shelljs/pull/348) ([nfischer](https://github.com/nfischer))
565
- - feat\(touch\): supports multiple files [\#346](https://github.com/shelljs/shelljs/pull/346) ([nfischer](https://github.com/nfischer))
566
-
567
- ## [v0.6.0](https://github.com/shelljs/shelljs/tree/v0.6.0) (2016-02-05)
568
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.5.3...v0.6.0)
569
-
570
- **Closed issues:**
571
-
572
- - option not recognized [\#334](https://github.com/shelljs/shelljs/issues/334)
573
- - Feature request: Metadata with `ls` [\#323](https://github.com/shelljs/shelljs/issues/323)
574
- - Gen-docs is broken [\#309](https://github.com/shelljs/shelljs/issues/309)
575
- - `link -s` is broken for files on Windows [\#301](https://github.com/shelljs/shelljs/issues/301)
576
- - Shelljs quits unexpectedly: [\#300](https://github.com/shelljs/shelljs/issues/300)
577
- - Failing tests on Windows [\#296](https://github.com/shelljs/shelljs/issues/296)
578
- - run-tests.js is broken for cmd.exe [\#294](https://github.com/shelljs/shelljs/issues/294)
579
- - Support echo-ing environment variables [\#291](https://github.com/shelljs/shelljs/issues/291)
580
- - Add Windows CI [\#287](https://github.com/shelljs/shelljs/issues/287)
581
- - Add tests for the shjs utility [\#280](https://github.com/shelljs/shelljs/issues/280)
582
- - Allow shjs utility to infer the extension for "filename." [\#278](https://github.com/shelljs/shelljs/issues/278)
583
- - Ability to read the stdout buffer line-by-line [\#277](https://github.com/shelljs/shelljs/issues/277)
584
- - Poor output for commands with multiple errors [\#267](https://github.com/shelljs/shelljs/issues/267)
585
- - Travis ci build status says "unknown" [\#266](https://github.com/shelljs/shelljs/issues/266)
586
- - wild card characters in filename not working as expected [\#262](https://github.com/shelljs/shelljs/issues/262)
587
- - shell.exec - read internal variable [\#260](https://github.com/shelljs/shelljs/issues/260)
588
- - cp and rename directory with -r doesn't match unix behavior [\#256](https://github.com/shelljs/shelljs/issues/256)
589
- - console.log.apply throwing TypeError: Illegal Invocation [\#255](https://github.com/shelljs/shelljs/issues/255)
590
- - How to exit on first error [\#253](https://github.com/shelljs/shelljs/issues/253)
591
- - why not support set 'cwd' when invoke execAsync ? [\#250](https://github.com/shelljs/shelljs/issues/250)
592
- - Not possible to check the failure of cd? [\#247](https://github.com/shelljs/shelljs/issues/247)
593
- - By default shelljs runs command in root [\#246](https://github.com/shelljs/shelljs/issues/246)
594
- - /usr/bin/env: node: No such file or directory [\#243](https://github.com/shelljs/shelljs/issues/243)
595
- - "Which" command not working properly on Windows Platform. [\#238](https://github.com/shelljs/shelljs/issues/238)
596
- - Arguments [\#237](https://github.com/shelljs/shelljs/issues/237)
597
- - sed\(\) should accept multiple file arguments [\#231](https://github.com/shelljs/shelljs/issues/231)
598
- - shelljs.exec\('aaa && bbb'\) blocks [\#229](https://github.com/shelljs/shelljs/issues/229)
599
- - Consider creating a GitHub Organization with more maintainers [\#223](https://github.com/shelljs/shelljs/issues/223)
600
- - \[idea\] Add chmodr function. [\#219](https://github.com/shelljs/shelljs/issues/219)
601
- - Execute a file [\#211](https://github.com/shelljs/shelljs/issues/211)
602
- - Where is standard error going to? [\#209](https://github.com/shelljs/shelljs/issues/209)
603
- - boolean return value for string.to\(\) [\#205](https://github.com/shelljs/shelljs/issues/205)
604
- - `common.error` doesn't throw [\#199](https://github.com/shelljs/shelljs/issues/199)
605
- - Problems with exec \(sync\) on 0.12/io.js [\#197](https://github.com/shelljs/shelljs/issues/197)
606
- - cp --update flag [\#172](https://github.com/shelljs/shelljs/issues/172)
607
- - Is there a way to suppress pushd/popd output? [\#171](https://github.com/shelljs/shelljs/issues/171)
608
- - Cannot recursively list all \*.js files [\#162](https://github.com/shelljs/shelljs/issues/162)
609
- - exec\(\) breaks if executed in a deleted directory [\#157](https://github.com/shelljs/shelljs/issues/157)
610
- - shjs command always exits with zero code [\#133](https://github.com/shelljs/shelljs/issues/133)
611
- - touch command [\#122](https://github.com/shelljs/shelljs/issues/122)
612
- - Symbolic links are broken! [\#100](https://github.com/shelljs/shelljs/issues/100)
613
- - interpret `--` as stdin [\#55](https://github.com/shelljs/shelljs/issues/55)
614
- - Error ENOTEMPTY when deleting a directory recursively. [\#49](https://github.com/shelljs/shelljs/issues/49)
615
- - Cross-platform way to add to PATH [\#32](https://github.com/shelljs/shelljs/issues/32)
616
- - `mv` fails on block, character, fifo [\#25](https://github.com/shelljs/shelljs/issues/25)
617
- - ls -l [\#22](https://github.com/shelljs/shelljs/issues/22)
618
-
619
- **Merged pull requests:**
620
-
621
- - feat\(set\): add new set\(\) command [\#329](https://github.com/shelljs/shelljs/pull/329) ([nfischer](https://github.com/nfischer))
622
- - Fix symlinking on Windows [\#322](https://github.com/shelljs/shelljs/pull/322) ([BYK](https://github.com/BYK))
623
- - Rewrite .gitignore to be more comprehensive [\#321](https://github.com/shelljs/shelljs/pull/321) ([BYK](https://github.com/BYK))
624
- - chore\(gitter/travis\): add gitter webhook to travis [\#313](https://github.com/shelljs/shelljs/pull/313) ([ariporad](https://github.com/ariporad))
625
- - chore\(LGTM\): add LGTM config files [\#312](https://github.com/shelljs/shelljs/pull/312) ([ariporad](https://github.com/ariporad))
626
- - feat\(ls\): add -d flag to ls\(\) [\#311](https://github.com/shelljs/shelljs/pull/311) ([nfischer](https://github.com/nfischer))
627
- - fix\(gen-docs\): fix issue where docs are generated wrong [\#310](https://github.com/shelljs/shelljs/pull/310) ([nfischer](https://github.com/nfischer))
628
- - chore\(package\): remove v0.8 from engines list [\#308](https://github.com/shelljs/shelljs/pull/308) ([nfischer](https://github.com/nfischer))
629
- - travis: Mark as not using `sudo` and do not test 0.11 [\#307](https://github.com/shelljs/shelljs/pull/307) ([TimothyGu](https://github.com/TimothyGu))
630
- - fix: jshint works on Windows [\#295](https://github.com/shelljs/shelljs/pull/295) ([nfischer](https://github.com/nfischer))
631
- - feat: add tilde expansion to expand\(\) [\#293](https://github.com/shelljs/shelljs/pull/293) ([nfischer](https://github.com/nfischer))
632
- - style: make docs more consistent [\#292](https://github.com/shelljs/shelljs/pull/292) ([nfischer](https://github.com/nfischer))
633
- - update `exec` docs to match implemented behaviour [\#289](https://github.com/shelljs/shelljs/pull/289) ([vise890](https://github.com/vise890))
634
- - chore: update github URL in package.json [\#288](https://github.com/shelljs/shelljs/pull/288) ([nfischer](https://github.com/nfischer))
635
- - docs\(spelling\): fix typo in source comment [\#285](https://github.com/shelljs/shelljs/pull/285) ([nfischer](https://github.com/nfischer))
636
- - chore\(travis\): add OS X to Travis CI [\#283](https://github.com/shelljs/shelljs/pull/283) ([nfischer](https://github.com/nfischer))
637
- - Don't do `console.log.apply\(this, ...\)`. [\#274](https://github.com/shelljs/shelljs/pull/274) ([ariporad](https://github.com/ariporad))
638
- - Implementing cd\('-'\) to behave like Bash's "cd -" [\#273](https://github.com/shelljs/shelljs/pull/273) ([nfischer](https://github.com/nfischer))
639
- - Fix cp to match unix behavior [\#271](https://github.com/shelljs/shelljs/pull/271) ([freitagbr](https://github.com/freitagbr))
640
- - Commands that have multiple errors now produce cleaner log output [\#268](https://github.com/shelljs/shelljs/pull/268) ([nfischer](https://github.com/nfischer))
641
- - Support exit code in shjs. [\#252](https://github.com/shelljs/shelljs/pull/252) ([bryce-gibson](https://github.com/bryce-gibson))
642
- - add touch\(1\) [\#249](https://github.com/shelljs/shelljs/pull/249) ([blockloop](https://github.com/blockloop))
643
- - Fix `os.tmpdir` bug [\#240](https://github.com/shelljs/shelljs/pull/240) ([BYK](https://github.com/BYK))
644
- - Make sure Which\(\) on Windows platform always return the command with … [\#239](https://github.com/shelljs/shelljs/pull/239) ([TingluoHuang](https://github.com/TingluoHuang))
645
- - Add target node.js \(iojs v1, v2, v3\) [\#230](https://github.com/shelljs/shelljs/pull/230) ([sanemat](https://github.com/sanemat))
646
- - feat-multisymbolic + Support for directory entry \(capital X in chmod terms\) [\#228](https://github.com/shelljs/shelljs/pull/228) ([rezonant](https://github.com/rezonant))
647
- - Fixes an issue with multi-symbolic mode specification \(ie a-rwx,u+rw\) [\#227](https://github.com/shelljs/shelljs/pull/227) ([rezonant](https://github.com/rezonant))
648
- - Memoized the result of target invocation [\#216](https://github.com/shelljs/shelljs/pull/216) ([rizowski](https://github.com/rizowski))
649
- - remove empty for loop and leaked i var [\#166](https://github.com/shelljs/shelljs/pull/166) ([ratbeard](https://github.com/ratbeard))
650
- - Wrap script name in double quotes [\#135](https://github.com/shelljs/shelljs/pull/135) ([ndelitski](https://github.com/ndelitski))
651
- - Fixed coffeescript syntax in top example [\#99](https://github.com/shelljs/shelljs/pull/99) ([maxnordlund](https://github.com/maxnordlund))
652
- - fix\(touch\): enhance parseOptions and fix touch's -r flag [\#341](https://github.com/shelljs/shelljs/pull/341) ([nfischer](https://github.com/nfischer))
653
- - chore\(.npmignore\): update npmignore [\#339](https://github.com/shelljs/shelljs/pull/339) ([ariporad](https://github.com/ariporad))
654
- - Release v0.6.0 [\#338](https://github.com/shelljs/shelljs/pull/338) ([ariporad](https://github.com/ariporad))
655
- - docs\(README\): remove coffeescript from README [\#337](https://github.com/shelljs/shelljs/pull/337) ([ariporad](https://github.com/ariporad))
656
- - fix\(cp\): add -n option, make -f default behavior [\#336](https://github.com/shelljs/shelljs/pull/336) ([nfischer](https://github.com/nfischer))
657
- - feat\(exec\): allow all exec options to pass through [\#335](https://github.com/shelljs/shelljs/pull/335) ([nfischer](https://github.com/nfischer))
658
- - fix\(mv\): add -n option, make -f default behavior [\#328](https://github.com/shelljs/shelljs/pull/328) ([nfischer](https://github.com/nfischer))
659
- - fix\(cat\): make behavior more like unix [\#326](https://github.com/shelljs/shelljs/pull/326) ([nfischer](https://github.com/nfischer))
660
- - feat\(ls\): add -l option [\#324](https://github.com/shelljs/shelljs/pull/324) ([nfischer](https://github.com/nfischer))
661
- - style\(test/which\): make test/which.js conform to the style guidelines [\#320](https://github.com/shelljs/shelljs/pull/320) ([ariporad](https://github.com/ariporad))
662
- - chore\(appveyor\): add badge [\#316](https://github.com/shelljs/shelljs/pull/316) ([nfischer](https://github.com/nfischer))
663
- - fix\(windows\): fix shjs commands for windows [\#315](https://github.com/shelljs/shelljs/pull/315) ([nfischer](https://github.com/nfischer))
664
- - feat\(sed\): support multiple file names [\#314](https://github.com/shelljs/shelljs/pull/314) ([nfischer](https://github.com/nfischer))
665
- - feat\(cd\): cd\(\) \(no args\) changes to home directory [\#306](https://github.com/shelljs/shelljs/pull/306) ([nfischer](https://github.com/nfischer))
666
- - test\(shjs\): add tests for shjs [\#304](https://github.com/shelljs/shelljs/pull/304) ([ariporad](https://github.com/ariporad))
667
- - fix: regexes are more consistent with sed and grep [\#303](https://github.com/shelljs/shelljs/pull/303) ([nfischer](https://github.com/nfischer))
668
- - Add appveyor.yml config file [\#299](https://github.com/shelljs/shelljs/pull/299) ([nfischer](https://github.com/nfischer))
669
- - Fix tests on Windows [\#297](https://github.com/shelljs/shelljs/pull/297) ([BYK](https://github.com/BYK))
670
- - Search PATHEXT instead of 3 hardcoded values [\#290](https://github.com/shelljs/shelljs/pull/290) ([isiahmeadows](https://github.com/isiahmeadows))
671
- - Fix relative symlinks [\#282](https://github.com/shelljs/shelljs/pull/282) ([freitagbr](https://github.com/freitagbr))
672
- - Make to and toEnd chainable [\#276](https://github.com/shelljs/shelljs/pull/276) ([TimothyGu](https://github.com/TimothyGu))
673
-
674
- ## [v0.5.3](https://github.com/shelljs/shelljs/tree/v0.5.3) (2015-08-11)
675
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.5.2...v0.5.3)
676
-
677
- **Merged pull requests:**
678
-
679
- - Manually closing streams [\#222](https://github.com/shelljs/shelljs/pull/222) ([JulianLaval](https://github.com/JulianLaval))
680
-
681
- ## [v0.5.2](https://github.com/shelljs/shelljs/tree/v0.5.2) (2015-08-10)
682
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.5.1...v0.5.2)
683
-
684
- **Closed issues:**
685
-
686
- - Cannot run shell.exec [\#217](https://github.com/shelljs/shelljs/issues/217)
687
- - write after end: internal error [\#206](https://github.com/shelljs/shelljs/issues/206)
688
-
689
- **Merged pull requests:**
690
-
691
- - Update README.md [\#221](https://github.com/shelljs/shelljs/pull/221) ([giosh94mhz](https://github.com/giosh94mhz))
692
- - prevent internal error: write after end [\#214](https://github.com/shelljs/shelljs/pull/214) ([charlierudolph](https://github.com/charlierudolph))
693
-
694
- ## [v0.5.1](https://github.com/shelljs/shelljs/tree/v0.5.1) (2015-06-05)
695
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.5.0...v0.5.1)
696
-
697
- **Closed issues:**
698
-
699
- - cd into home directory [\#9](https://github.com/shelljs/shelljs/issues/9)
700
-
701
- **Merged pull requests:**
702
-
703
- - Fix issue \#49: Retry rmdirSync on Windows for up to 1 second if files still exist. [\#179](https://github.com/shelljs/shelljs/pull/179) ([andreialecu](https://github.com/andreialecu))
704
-
705
- ## [v0.5.0](https://github.com/shelljs/shelljs/tree/v0.5.0) (2015-05-19)
706
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.3.0...v0.5.0)
707
-
708
- **Closed issues:**
709
-
710
- - Enter text to prompt [\#203](https://github.com/shelljs/shelljs/issues/203)
711
- - Find which shell is being used [\#195](https://github.com/shelljs/shelljs/issues/195)
712
- - Pass command line params to the make tool [\#188](https://github.com/shelljs/shelljs/issues/188)
713
- - Is it possible to call exec with a command containing new lines ? [\#177](https://github.com/shelljs/shelljs/issues/177)
714
- - The installation would break on Windows 7 [\#161](https://github.com/shelljs/shelljs/issues/161)
715
- - Q.ninvoke\(\) returns undefined [\#153](https://github.com/shelljs/shelljs/issues/153)
716
- - installed shelljs on osx but reported error: npm ERR! 404 '%5B-g%5D' is not in the npm registry. [\#124](https://github.com/shelljs/shelljs/issues/124)
717
- - "ln" not found \(OS X\) [\#106](https://github.com/shelljs/shelljs/issues/106)
718
- - Using shelljs in a CLI app. [\#91](https://github.com/shelljs/shelljs/issues/91)
719
-
720
- **Merged pull requests:**
721
-
722
- - Breaking: Allow -- as args separators \(fixes \#188\) [\#207](https://github.com/shelljs/shelljs/pull/207) ([nzakas](https://github.com/nzakas))
723
- - Update .travis.yml [\#190](https://github.com/shelljs/shelljs/pull/190) ([arturadib](https://github.com/arturadib))
724
- - Use new child\_process.execSync instead of busywaiting [\#189](https://github.com/shelljs/shelljs/pull/189) ([madd512](https://github.com/madd512))
725
- - Update README.md: explains how to access "config" [\#145](https://github.com/shelljs/shelljs/pull/145) ([kerphi](https://github.com/kerphi))
726
- - Fix to set state.error before throw the exception [\#120](https://github.com/shelljs/shelljs/pull/120) ([abdul-martinez](https://github.com/abdul-martinez))
727
- - Add -l and -s support to grep. [\#116](https://github.com/shelljs/shelljs/pull/116) ([idearat](https://github.com/idearat))
728
-
729
- ## [v0.3.0](https://github.com/shelljs/shelljs/tree/v0.3.0) (2014-05-08)
730
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.2.6...v0.3.0)
731
-
732
- **Closed issues:**
733
-
734
- - grep\(\) should fully support globing [\#118](https://github.com/shelljs/shelljs/issues/118)
735
- - sed\(\) could support replacement function [\#115](https://github.com/shelljs/shelljs/issues/115)
736
- - How would you close an exec process that runs indefinitely? [\#113](https://github.com/shelljs/shelljs/issues/113)
737
- - listen for intermittent output of a long-running child process [\#111](https://github.com/shelljs/shelljs/issues/111)
738
- - Cannot find module 'shelljs' after installing shelljs with npm [\#109](https://github.com/shelljs/shelljs/issues/109)
739
- - Massive CPU usage on exec\(\) windows [\#108](https://github.com/shelljs/shelljs/issues/108)
740
- - cp skipping dot files? [\#79](https://github.com/shelljs/shelljs/issues/79)
741
- - $variables in exec\(\) aren't handled correctly [\#11](https://github.com/shelljs/shelljs/issues/11)
742
- - debug flag that prints commands instead of executing [\#8](https://github.com/shelljs/shelljs/issues/8)
743
-
744
- **Merged pull requests:**
745
-
746
- - grep\(\) support for globing, fixes \#118 [\#119](https://github.com/shelljs/shelljs/pull/119) ([utensil](https://github.com/utensil))
747
- - make sed\(\) support replacement function, fixes \#115 [\#117](https://github.com/shelljs/shelljs/pull/117) ([utensil](https://github.com/utensil))
748
- - which\(\) should only find files, not directories [\#110](https://github.com/shelljs/shelljs/pull/110) ([panrafal](https://github.com/panrafal))
749
- - Added the New BSD license to the package.json. [\#105](https://github.com/shelljs/shelljs/pull/105) ([keskival](https://github.com/keskival))
750
- - Added win32 support to ln [\#104](https://github.com/shelljs/shelljs/pull/104) ([jamon](https://github.com/jamon))
751
- - Fix ln using bad paths when given abspaths. [\#89](https://github.com/shelljs/shelljs/pull/89) ([Schoonology](https://github.com/Schoonology))
752
- - Add ln support, including both -s and -f options. [\#88](https://github.com/shelljs/shelljs/pull/88) ([Schoonology](https://github.com/Schoonology))
753
- - add support for symlinking \(junctions\) on win32 [\#87](https://github.com/shelljs/shelljs/pull/87) ([jamon](https://github.com/jamon))
754
-
755
- ## [v0.2.6](https://github.com/shelljs/shelljs/tree/v0.2.6) (2013-09-22)
756
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.2.5...v0.2.6)
757
-
758
- **Closed issues:**
759
-
760
- - Versions 0.2.4 and 0.2.3 keep throwing strange errors [\#82](https://github.com/shelljs/shelljs/issues/82)
761
- - Add global pollution tests [\#33](https://github.com/shelljs/shelljs/issues/33)
762
-
763
- ## [v0.2.5](https://github.com/shelljs/shelljs/tree/v0.2.5) (2013-09-11)
764
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.2.4...v0.2.5)
765
-
766
- **Closed issues:**
767
-
768
- - shelljs.exec stalls on Red Hat when script is invoked with 'sudo -u username' [\#72](https://github.com/shelljs/shelljs/issues/72)
769
-
770
- ## [v0.2.4](https://github.com/shelljs/shelljs/tree/v0.2.4) (2013-09-11)
771
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.2.3...v0.2.4)
772
-
773
- ## [v0.2.3](https://github.com/shelljs/shelljs/tree/v0.2.3) (2013-09-09)
774
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.2.2...v0.2.3)
775
-
776
- **Merged pull requests:**
777
-
778
- - Make shell.exec\(\) treat process error return codes as shelljs errors [\#80](https://github.com/shelljs/shelljs/pull/80) ([nilsbunger](https://github.com/nilsbunger))
779
-
780
- ## [v0.2.2](https://github.com/shelljs/shelljs/tree/v0.2.2) (2013-09-02)
781
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.1.4...v0.2.2)
782
-
783
- **Closed issues:**
784
-
785
- - which and node\_modules [\#63](https://github.com/shelljs/shelljs/issues/63)
786
- - cannot install with nodejs 0.10.2 [\#57](https://github.com/shelljs/shelljs/issues/57)
787
-
788
- **Merged pull requests:**
789
-
790
- - Addition of a toEnd\(\) function modeled after the Unix \>\> pipe. [\#78](https://github.com/shelljs/shelljs/pull/78) ([a10y](https://github.com/a10y))
791
- - Added appendTo\(\) function to imitate '\>\>' redirect-and-append pipe. [\#75](https://github.com/shelljs/shelljs/pull/75) ([a10y](https://github.com/a10y))
792
- - Fix a small typo in README.md [\#71](https://github.com/shelljs/shelljs/pull/71) ([asmblah](https://github.com/asmblah))
793
- - adding an `.npmignore` file [\#70](https://github.com/shelljs/shelljs/pull/70) ([stephenmathieson](https://github.com/stephenmathieson))
794
- - tempdir: use `os.tmpDir` when possible [\#67](https://github.com/shelljs/shelljs/pull/67) ([stephenmathieson](https://github.com/stephenmathieson))
795
-
796
- ## [v0.1.4](https://github.com/shelljs/shelljs/tree/v0.1.4) (2013-05-10)
797
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.1.3...v0.1.4)
798
-
799
- **Merged pull requests:**
800
-
801
- - removing extra fs calls [\#62](https://github.com/shelljs/shelljs/pull/62) ([stephenmathieson](https://github.com/stephenmathieson))
802
- - moving \_jshint\_ to a development dependency [\#61](https://github.com/shelljs/shelljs/pull/61) ([stephenmathieson](https://github.com/stephenmathieson))
803
- - Make the maximum buffersize 20 MB. [\#59](https://github.com/shelljs/shelljs/pull/59) ([waddlesplash](https://github.com/waddlesplash))
804
-
805
- ## [v0.1.3](https://github.com/shelljs/shelljs/tree/v0.1.3) (2013-04-21)
806
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.1.2...v0.1.3)
807
-
808
- **Merged pull requests:**
809
-
810
- - test\('-L', badlink\) should return true [\#56](https://github.com/shelljs/shelljs/pull/56) ([lge88](https://github.com/lge88))
811
- - exec options now allows `silent:true` with callback. [\#54](https://github.com/shelljs/shelljs/pull/54) ([iapain](https://github.com/iapain))
812
- - Add Zepto to README [\#53](https://github.com/shelljs/shelljs/pull/53) ([madrobby](https://github.com/madrobby))
813
-
814
- ## [v0.1.2](https://github.com/shelljs/shelljs/tree/v0.1.2) (2013-01-08)
815
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.1.1...v0.1.2)
816
-
817
- **Closed issues:**
818
-
819
- - pushd/popd [\#24](https://github.com/shelljs/shelljs/issues/24)
820
-
821
- **Merged pull requests:**
822
-
823
- - Implemented chmod command. Github issue 35 [\#48](https://github.com/shelljs/shelljs/pull/48) ([brandonramirez](https://github.com/brandonramirez))
824
-
825
- ## [v0.1.1](https://github.com/shelljs/shelljs/tree/v0.1.1) (2013-01-01)
826
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.1.0...v0.1.1)
827
-
828
- **Merged pull requests:**
829
-
830
- - Work in progress: pushd/popd/dirs [\#47](https://github.com/shelljs/shelljs/pull/47) ([mstade](https://github.com/mstade))
831
-
832
- ## [v0.1.0](https://github.com/shelljs/shelljs/tree/v0.1.0) (2012-12-26)
833
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.0.9...v0.1.0)
834
-
835
- **Closed issues:**
836
-
837
- - test\(\) for binary file? [\#45](https://github.com/shelljs/shelljs/issues/45)
838
- - Inconsistent behaviour of cp command with directories. [\#44](https://github.com/shelljs/shelljs/issues/44)
839
- - Executing SSH with ShellJs [\#43](https://github.com/shelljs/shelljs/issues/43)
840
-
841
- **Merged pull requests:**
842
-
843
- - Fix for \#44 [\#46](https://github.com/shelljs/shelljs/pull/46) ([mstade](https://github.com/mstade))
844
- - Fix single/double quotes in exec [\#42](https://github.com/shelljs/shelljs/pull/42) ([danielepolencic](https://github.com/danielepolencic))
845
-
846
- ## [v0.0.9](https://github.com/shelljs/shelljs/tree/v0.0.9) (2012-12-01)
847
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.0.8...v0.0.9)
848
-
849
- **Closed issues:**
850
-
851
- - silent output [\#40](https://github.com/shelljs/shelljs/issues/40)
852
- - asynchronous exec [\#34](https://github.com/shelljs/shelljs/issues/34)
853
-
854
- **Merged pull requests:**
855
-
856
- - Passed process arguments to executable script [\#36](https://github.com/shelljs/shelljs/pull/36) ([Zanisimo](https://github.com/Zanisimo))
857
-
858
- ## [v0.0.8](https://github.com/shelljs/shelljs/tree/v0.0.8) (2012-10-11)
859
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.0.7...v0.0.8)
860
-
861
- **Closed issues:**
862
-
863
- - exec with callback should automatically be async [\#31](https://github.com/shelljs/shelljs/issues/31)
864
- - Exporting variables. [\#30](https://github.com/shelljs/shelljs/issues/30)
865
- - Detecting shelljs/node [\#27](https://github.com/shelljs/shelljs/issues/27)
866
-
867
- **Merged pull requests:**
868
-
869
- - fix: global leak 'stats' [\#29](https://github.com/shelljs/shelljs/pull/29) ([ando-takahiro](https://github.com/ando-takahiro))
870
- - -a includes . and ..; -A does not [\#28](https://github.com/shelljs/shelljs/pull/28) ([aeosynth](https://github.com/aeosynth))
871
-
872
- ## [v0.0.7](https://github.com/shelljs/shelljs/tree/v0.0.7) (2012-09-23)
873
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.0.6...v0.0.7)
874
-
875
- **Closed issues:**
876
-
877
- - gh-pages: clicking 'fork me' just reloads the page [\#26](https://github.com/shelljs/shelljs/issues/26)
878
- - Not declared local var implies possible memory leak [\#21](https://github.com/shelljs/shelljs/issues/21)
879
- - Cannot echo a string that starts with - [\#20](https://github.com/shelljs/shelljs/issues/20)
880
- - Unexpected cp behaviour with directories [\#15](https://github.com/shelljs/shelljs/issues/15)
881
-
882
- **Merged pull requests:**
883
-
884
- - add primaries to \_test [\#23](https://github.com/shelljs/shelljs/pull/23) ([aeosynth](https://github.com/aeosynth))
885
-
886
- ## [v0.0.6](https://github.com/shelljs/shelljs/tree/v0.0.6) (2012-08-07)
887
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.0.6pre2...v0.0.6)
888
-
889
- **Merged pull requests:**
890
-
891
- - Fixed a global variable leak [\#16](https://github.com/shelljs/shelljs/pull/16) ([dallonf](https://github.com/dallonf))
892
-
893
- ## [v0.0.6pre2](https://github.com/shelljs/shelljs/tree/v0.0.6pre2) (2012-05-25)
894
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.0.6pre1...v0.0.6pre2)
895
-
896
- ## [v0.0.6pre1](https://github.com/shelljs/shelljs/tree/v0.0.6pre1) (2012-05-25)
897
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.0.5...v0.0.6pre1)
898
-
899
- ## [v0.0.5](https://github.com/shelljs/shelljs/tree/v0.0.5) (2012-05-24)
900
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.0.5pre4...v0.0.5)
901
-
902
- **Closed issues:**
903
-
904
- - global.key assigned value 'async' as a result of shell.exec\(...\) [\#12](https://github.com/shelljs/shelljs/issues/12)
905
-
906
- **Merged pull requests:**
907
-
908
- - Add support for grep option -v. [\#13](https://github.com/shelljs/shelljs/pull/13) ([kkujala](https://github.com/kkujala))
909
-
910
- ## [v0.0.5pre4](https://github.com/shelljs/shelljs/tree/v0.0.5pre4) (2012-03-27)
911
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.0.5pre3...v0.0.5pre4)
912
-
913
- ## [v0.0.5pre3](https://github.com/shelljs/shelljs/tree/v0.0.5pre3) (2012-03-27)
914
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.0.5pre2...v0.0.5pre3)
915
-
916
- ## [v0.0.5pre2](https://github.com/shelljs/shelljs/tree/v0.0.5pre2) (2012-03-26)
917
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.0.5pre1...v0.0.5pre2)
918
-
919
- ## [v0.0.5pre1](https://github.com/shelljs/shelljs/tree/v0.0.5pre1) (2012-03-26)
920
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.0.4...v0.0.5pre1)
921
-
922
- **Closed issues:**
923
-
924
- - rm\(\) does not respect read/write modes [\#6](https://github.com/shelljs/shelljs/issues/6)
925
-
926
- ## [v0.0.4](https://github.com/shelljs/shelljs/tree/v0.0.4) (2012-03-22)
927
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.0.3...v0.0.4)
928
-
929
- **Closed issues:**
930
-
931
- - "For convenient iteration via `for in`, ..."? [\#4](https://github.com/shelljs/shelljs/issues/4)
932
-
933
- ## [v0.0.3](https://github.com/shelljs/shelljs/tree/v0.0.3) (2012-03-21)
934
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.0.2...v0.0.3)
935
-
936
- ## [v0.0.2](https://github.com/shelljs/shelljs/tree/v0.0.2) (2012-03-15)
937
- [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.0.2pre1...v0.0.2)
938
-
939
- ## [v0.0.2pre1](https://github.com/shelljs/shelljs/tree/v0.0.2pre1) (2012-03-03)
940
-
941
-
942
- \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*