UNPKG

5.29 kBMarkdownView Raw
1# Change Log
2
3## [Unreleased](https://github.com/shelljs/shx/tree/HEAD)
4
5[Full Changelog](https://github.com/shelljs/shx/compare/v0.1.1...HEAD)
6
7**Closed issues:**
8
9- Code coverage badge seems to show for latest \(passing\) PR, not for master branch [\#51](https://github.com/shelljs/shx/issues/51)
10
11**Merged pull requests:**
12
13- Allow npm owner releases [\#50](https://github.com/shelljs/shx/pull/50) ([levithomason](https://github.com/levithomason))
14- feat\(help\): add help command [\#49](https://github.com/shelljs/shx/pull/49) ([ariporad](https://github.com/ariporad))
15- Add codecov badge and switch to flat styles [\#47](https://github.com/shelljs/shx/pull/47) ([levithomason](https://github.com/levithomason))
16- test: improve test coverage [\#46](https://github.com/shelljs/shx/pull/46) ([nfischer](https://github.com/nfischer))
17- refactor: remove babel-polyfill dep [\#45](https://github.com/shelljs/shx/pull/45) ([nfischer](https://github.com/nfischer))
18- Add install instructions [\#42](https://github.com/shelljs/shx/pull/42) ([levithomason](https://github.com/levithomason))
19
20## [v0.1.1](https://github.com/shelljs/shx/tree/v0.1.1) (2016-05-03)
21[Full Changelog](https://github.com/shelljs/shx/compare/v0.1.0...v0.1.1)
22
23**Closed issues:**
24
25- Broken release: missing runtime dependencies [\#43](https://github.com/shelljs/shx/issues/43)
26
27**Merged pull requests:**
28
29- fix\(deps\): add babel-polyfill as a runtime dep [\#44](https://github.com/shelljs/shx/pull/44) ([nfischer](https://github.com/nfischer))
30
31## [v0.1.0](https://github.com/shelljs/shx/tree/v0.1.0) (2016-05-03)
32**Closed issues:**
33
34- Linter checks the code coverage directory [\#36](https://github.com/shelljs/shx/issues/36)
35- Codecov.io repo settings [\#35](https://github.com/shelljs/shx/issues/35)
36- No rimraf command [\#27](https://github.com/shelljs/shx/issues/27)
37- Unable to install with npm [\#24](https://github.com/shelljs/shx/issues/24)
38- Switch to Mocha [\#22](https://github.com/shelljs/shx/issues/22)
39- Setup coverage [\#19](https://github.com/shelljs/shx/issues/19)
40- Setup Travis [\#17](https://github.com/shelljs/shx/issues/17)
41- Unable to install as a dependency [\#16](https://github.com/shelljs/shx/issues/16)
42- Switch this to use shelljs as a git submodule \(for now\) [\#13](https://github.com/shelljs/shx/issues/13)
43- Consider shx REPL [\#12](https://github.com/shelljs/shx/issues/12)
44- cd can't work, so we should output a warning [\#6](https://github.com/shelljs/shx/issues/6)
45- echo outputs twice [\#5](https://github.com/shelljs/shx/issues/5)
46- Initial Discussion and TODOs for 1st release [\#1](https://github.com/shelljs/shx/issues/1)
47
48**Merged pull requests:**
49
50- Initial release [\#41](https://github.com/shelljs/shx/pull/41) ([levithomason](https://github.com/levithomason))
51- chore\(CI\): update to node v6 [\#39](https://github.com/shelljs/shx/pull/39) ([nfischer](https://github.com/nfischer))
52- Show test coverage on every run [\#38](https://github.com/shelljs/shx/pull/38) ([levithomason](https://github.com/levithomason))
53- chore\(lint\): don't lint coverage results [\#37](https://github.com/shelljs/shx/pull/37) ([ariporad](https://github.com/ariporad))
54- chore: update shelljs dependency [\#34](https://github.com/shelljs/shx/pull/34) ([nfischer](https://github.com/nfischer))
55- chore\(package.json\): add test coverage script [\#33](https://github.com/shelljs/shx/pull/33) ([kwonoj](https://github.com/kwonoj))
56- docs: update example in README [\#32](https://github.com/shelljs/shx/pull/32) ([nfischer](https://github.com/nfischer))
57- Switch to mocha [\#31](https://github.com/shelljs/shx/pull/31) ([levithomason](https://github.com/levithomason))
58- chore: add "Team" section to README [\#30](https://github.com/shelljs/shx/pull/30) ([nfischer](https://github.com/nfischer))
59- Add missing rimraf devDependency [\#28](https://github.com/shelljs/shx/pull/28) ([levithomason](https://github.com/levithomason))
60- Build on prepublish [\#25](https://github.com/shelljs/shx/pull/25) ([levithomason](https://github.com/levithomason))
61- chore\(CI\): add CI badges to README.md [\#23](https://github.com/shelljs/shx/pull/23) ([ariporad](https://github.com/ariporad))
62- fix: trailing newlines are now consistent [\#21](https://github.com/shelljs/shx/pull/21) ([nfischer](https://github.com/nfischer))
63- fix: fixed import statement [\#20](https://github.com/shelljs/shx/pull/20) ([scott113341](https://github.com/scott113341))
64- Use ShellJS GitHub dependency [\#15](https://github.com/shelljs/shx/pull/15) ([levithomason](https://github.com/levithomason))
65- Setup tests [\#14](https://github.com/shelljs/shx/pull/14) ([levithomason](https://github.com/levithomason))
66- Refactor to ES6 [\#10](https://github.com/shelljs/shx/pull/10) ([levithomason](https://github.com/levithomason))
67- Fix file locations and references [\#9](https://github.com/shelljs/shx/pull/9) ([levithomason](https://github.com/levithomason))
68- fix: blacklist certain commands [\#8](https://github.com/shelljs/shx/pull/8) ([nfischer](https://github.com/nfischer))
69- fix\(echo\): fix \#5 [\#7](https://github.com/shelljs/shx/pull/7) ([nfischer](https://github.com/nfischer))
70
71
72
73\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\No newline at end of file