|
1 | 1 | # Change Log
|
2 | 2 |
|
| 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 | + |
3 | 26 | ## [v0.8.1](https://github.com/shelljs/shelljs/tree/v0.8.1) (2018-01-20)
|
4 | 27 | [Full Changelog](https://github.com/shelljs/shelljs/compare/v0.8.0...v0.8.1)
|
5 | 28 |
|
6 | 29 | **Closed issues:**
|
7 | 30 |
|
8 | 31 | - 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) |
11 | 32 | - using sed to replace just the first occurrence of a string [\#813](https://github.com/shelljs/shelljs/issues/813)
|
12 | 33 |
|
13 | 34 | **Merged pull requests:**
|
|
794 | 815 | - exec with callback should automatically be async [\#31](https://github.com/shelljs/shelljs/issues/31)
|
795 | 816 | - Exporting variables. [\#30](https://github.com/shelljs/shelljs/issues/30)
|
796 | 817 | - 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) |
797 | 819 |
|
798 | 820 | **Merged pull requests:**
|
799 | 821 |
|
|
808 | 830 | - gh-pages: clicking 'fork me' just reloads the page [\#26](https://github.com/shelljs/shelljs/issues/26)
|
809 | 831 | - Not declared local var implies possible memory leak [\#21](https://github.com/shelljs/shelljs/issues/21)
|
810 | 832 | - 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) |
812 | 833 |
|
813 | 834 | **Merged pull requests:**
|
814 | 835 |
|
|
0 commit comments