8000 docs(changelog): updated by Nate Fischer [ci skip] · shelljs/shelljs@3ce805e · GitHub
[go: up one dir, main page]

Skip to content

Commit 3ce805e

Browse files
committed
docs(changelog): updated by Nate Fischer [ci skip]
1 parent d7b6a1f commit 3ce805e

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,34 @@
11
# Change Log
22

3+
## [Unreleased](https://github.com/shelljs/shelljs/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/shelljs/shelljs/compare/v0.8.1...HEAD)
6+
7+
**Closed issues:**
8+
9+
- High severity vulnerability in shelljs 0.8.1 [\#842](https://github.com/shelljs/shelljs/issues/842)
10+
- Add test for ls\(\) on a symlink to a directory [\#795](https://github.com/shelljs/shelljs/issues/795)
11+
- Harden shell.exec by writing the child process in a source file [\#782](https://github.com/shelljs/shelljs/issues/782)
12+
- shell.exec\(\) doesn't respond correctly to config.fatal = true [\#735](https://github.com/shelljs/shelljs/issues/735)
13+
- Merge 'exec: internal error' with ShellJSInternalError [\#734](https://github.com/shelljs/shelljs/issues/734)
14+
- exec returning null from command [\#724](https://github.com/shelljs/shelljs/issues/724)
15+
- Only Get Stderr from Exec [\#371](https://github.com/shelljs/shelljs/issues/371)
16+
- Execute child.stdout.on before child.on\("exit"\) [\#224](https://github.com/shelljs/shelljs/issues/224)
17+
18+
**Merged pull requests:**
19+
20+
- Workaround codecov bug of miscalculation of coverage \(\#795\) [\#838](https://github.com/shelljs/shelljs/pull/838) ([dwi2](https://github.com/dwi2))
21+
- Update doc comments and regenerate README.md. [\#825](https://github.com/shelljs/shelljs/pull/825) ([Zearin](https://github.com/Zearin))
22+
- chore: update contributing guidelines [\#817](https://github.com/shelljs/shelljs/pull/817) ([nfischer](https://github.com/nfischer))
23+
- chore\(lint\): don't allow excess trailing newlines [\#816](https://github.com/shelljs/shelljs/pull/816) ([nfischer](https://github.com/nfischer))
24+
- Remove separate "internal error" from exec [\#802](https://github.com/shelljs/shelljs/pull/802) ([freitagbr](https://github.com/freitagbr))
25+
326
## [v0.8.1](https://github.com/shelljs/shelljs/tree/v0.8.1) (2018-01-20)
427
[Full Changelog](https://github.com/shelljs/shelljs/compare/v0.8.0...v0.8.1)
528

629
**Closed issues:**
730

831
- Exec failing with internal error when piping large output [\#818](https://github.com/shelljs/shelljs/issues/818)
9-
- Shelljs exec\(\) not executing variables [\#815](https://github.com/shelljs/shelljs/issues/815)
10-
- support for node-0.10.\* is broken [\#814]( A7BE https://github.com/shelljs/shelljs/issues/814)
1132
- using sed to replace just the first occurrence of a string [\#813](https://github.com/shelljs/shelljs/issues/813)
1233

1334
**Merged pull requests:**
@@ -794,6 +815,7 @@
794815
- exec with callback should automatically be async [\#31](https://github.com/shelljs/shelljs/issues/31)
795816
- Exporting variables. [\#30](https://github.com/shelljs/shelljs/issues/30)
796817
- Detecting shelljs/node [\#27](https://github.com/shelljs/shelljs/issues/27)
818+
- Unexpected cp behaviour with directories [\#15](https://github.com/shelljs/shelljs/issues/15)
797819

798820
**Merged pull requests:**
799821

@@ -808,7 +830,6 @@
808830
- gh-pages: clicking 'fork me' just reloads the page [\#26](https://github.com/shelljs/shelljs/issues/26)
809831
- Not declared local var implies possible memory leak [\#21](https://github.com/shelljs/shelljs/issues/21)
810832
- Cannot echo a string that starts with - [\#20](https://github.com/shelljs/shelljs/issues/20)
811-
- Unexpected cp behaviour with directories [\#15](https://github.com/shelljs/shelljs/issues/15)
812833

813834
**Merged pull requests:**
814835

0 commit comments

Comments
 (0)
0