19 KiB
19 KiB
Change Log
Unreleased
Closed issues:
- New release with ShellJS v0.8.4 #185
Merged pull requests:
- chore: add back node v6 support #196 (nfischer)
- chore: update dependencies #195 (nfischer)
- chore: switch to GitHub Actions #194 (nfischer)
- refactor: rename "blacklist" -> "blocklist" #193 (nfischer)
- chore: change supported node versions #186 (nfischer)
v0.3.3 (2020-10-26)
Closed issues:
- Npm package should always have a main module #180
- shx stop working after a new library is added within package.json file #176
- suggestion - expose commands directly
`ls` instead of `shx ls`
#174 - Can I replace bash prompt with shx ? If so, how ? #171
- sed can't replace files in a different directory #165
- Issues running NPM script on Windows 10 #164
- rm -rf random fails on windows #160
- sed: option not recognized: n #147
- Remove es6-object-assign dependency #146
Merged pull requests:
- Update shelljs to avoid circular dependency warnings on Node 14 #184 (Pomax)
- Upgrade minimist to avoid security vulnerability #179 (mondeja)
- docs(sed): document sed syntax, quoting, and escaping slash #170 (nfischer)
- chore(deps): update deps #161 (nfischer)
- chore(node): drop node v4 and v5
\#917
#157 (nfischer) - chore: script to bump supported node versions #156 (nfischer)
- chore(ci): switch to node language for travis #155 (nfischer)
- chore(npm): remove lockfile #154 (nfischer)
- chore: update dev dependency #153 (nfischer)
- chore: remove es6-object-assign dependency #152 (nfischer)
- chore(ci): fix codecov #150 (nfischer)
v0.3.2 (2018-07-11)
Closed issues:
- Mocha and babel compiler warnings #144
- Add "true" and "false" commands #105
- --help should list options #101
Merged pull requests:
- chore: fix issues with nyc and mocha #145 (nfischer)
- feat: help command provides info on options #143 (nfischer)
- feat: add true and false as default commands #142 (nfischer)
v0.3.1 (2018-06-26)
Closed issues:
- curl / wget #141
- Regex support for forward slashes in sed #136
- Appveyor config broken for latest npm #132
shx echo -n aaa
shows-n aaa
#129- feature request: --version #111
Merged pull requests:
- test(coverage): fix coverage issues #139 (nfischer)
- feat(version): support --version flag #138 (nfischer)
- fix(sed): better support for converting sed patterns #137 (nfischer)
- chore: bump dev dependencies to resolve install warnings #135 (nfischer)
- chore(appveyor): do not use latest npm #133 (nfischer)
- chore(CI): add node v10 to CI #131 (nfischer)
v0.3.0 (2018-06-08)
Closed issues:
- Ship shx with shelljs@v0.8 #125
- Support executables #124
- Discuss: popd/pushd workarounds #121
- Feature request: date #120
- Fails trying to utilise the new script-shell npm config #117
- Refactor: consider using process.exitCode #116
- Add node v8 to CI #114
- can we use this without the
shx
prefix? #113 - Command substitution feature #112
Merged pull requests:
- feat: bump shelljs to expose new features #126 (nfischer)
- fix: use process.exitCode to wait for streams #123 (nfischer)
- Add workaround for pushd and popd to README #122 (eteeselink)
- Add node 8 to CI #115 (freitagbr)
v0.2.2 (2017-01-08)
Closed issues:
- sed does not accept a blank replacement string #109
- chore: remove lgtm.co #102
- chore: consider allowing iojs failures on travis #99
- chore: switch appveyor to my account #97
Merged pull requests:
- fix: better regex support for sed #110 (nfischer)
- chore: switch appveyor to shelljs account #107 (nfischer)
- Remove lgtm.co related files #106 (freitagbr)
- Update README.md #104 (corysimmons)
- chore: allow Travis failures on iojs #100 (nfischer)
v0.2.1 (2016-11-19)
Closed issues:
- "shx cp" does not finish on Unix-Systems #95
Merged pull requests:
v0.2.0 (2016-11-08)
Closed issues:
- cp -r fails after 72 directories
Many files
#94 - chore: add node v7 to CI #90
- Unable to use in postinstall script on Windows #88
- fs.existsSync is un-deprecated #87
- piping from cat seems broken #85
- List usb devices #84
- Feature request: generic OR #83
- Add -u flag support for cp #82
- Commands should accept stdin #80
- Add plugin support #73
Merged pull requests:
- Add node v7 to CI #93 (freitagbr)
- refactor: various changes #92 (nfischer)
- refactor: use fs.existsSync #91 (nfischer)
- feat: pass stdin along to ShellJS commands #89 (nfischer)
- fix: don't exit until all output is flushed #86 (nfischer)
- chore: add support for v0.11+ #81 (nfischer)
- chore: add npm downloads per month #79 (nfischer)
- feat: support for ShellJS plugins #78 (nfischer)
v0.1.4 (2016-08-18)
Merged pull requests:
- fix: sed works with slashes in regex #77 (nfischer)
- test: add unit tests for grep and chmod #76 (nfischer)
v0.1.3 (2016-08-10)
Closed issues:
- Using sed #74
- cp -n should not produce errors if file exists #67
- Generic NUL output redirect #61
- Consider using publish-please #60
- Explain unsupported commands and give workarounds #59
- shx with no args: help message? #48
- Setup changelog #18
Merged pull requests:
- fix: allow sed to use a unix syntax #75 (nfischer)
- docs: add workarounds for unsupported commands #72 (nfischer)
- chore: remove unnecessary dependency #71 (nfischer)
- docs: add npm README badge #70 (nfischer)
- docs: unsupported commands #69 (levithomason)
- chore: update shelljs-release #66 (nfischer)
- chore: switch to shelljs-changelog #64 (nfischer)
- chore: switch to shelljs-release #63 (nfischer)
- feat: --silent will silence error output #62 (nfischer)
- Update eslint to version 2.10.1 🚀 #57 (greenkeeperio-bot)
- concurrently@2.1.0 untested ⚠️ #56 (greenkeeperio-bot)
- Update all dependencies 🌴 #54 (greenkeeperio-bot)
- chore(changelog): create and add script #53 (levithomason)
v0.1.2 (2016-05-11)
Closed issues:
- Code coverage badge seems to show for latest
passing
PR, not for master branch #51
Merged pull requests:
- Allow npm owner releases #50 (levithomason)
- feat(help): add help command #49 (ariporad)
- Add codecov badge and switch to flat styles #47 (levithomason)
- test: improve test coverage #46 (nfischer)
- refactor: remove babel-polyfill dep #45 (nfischer)
- Add install instructions #42 (levithomason)
v0.1.1 (2016-05-03)
Closed issues:
- Broken release: missing runtime dependencies #43
Merged pull requests:
v0.1.0 (2016-05-03)
Closed issues:
- Linter checks the code coverage directory #36
- Codecov.io repo settings #35
- No rimraf command #27
- Unable to install with npm #24
- Switch to Mocha #22
- Setup coverage #19
- Setup Travis #17
- Unable to install as a dependency #16
- Switch this to use shelljs as a git submodule
for now
#13 - Consider shx REPL #12
- cd can't work, so we should output a warning #6
- echo outputs twice #5
- Initial Discussion and TODOs for 1st release #1
Merged pull requests:
- Initial release #41 (levithomason)
- chore(CI): update to node v6 #39 (nfischer)
- Show test coverage on every run #38 (levithomason)
- chore(lint): don't lint coverage results #37 (ariporad)
- chore: update shelljs dependency #34 (nfischer)
- chore(package.json): add test coverage script #33 (kwonoj)
- docs: update example in README #32 (nfischer)
- Switch to mocha #31 (levithomason)
- chore: add "Team" section to README #30 (nfischer)
- Add missing rimraf devDependency #28 (levithomason)
- Build on prepublish #25 (levithomason)
- chore(CI): add CI badges to README.md #23 (ariporad)
- fix: trailing newlines are now consistent #21 (nfischer)
- fix: fixed import statement #20 (scott113341)
- Use ShellJS GitHub dependency #15 (levithomason)
- Setup tests #14 (levithomason)
- Refactor to ES6 #10 (levithomason)
- Fix file locations and references #9 (levithomason)
- fix: blacklist certain commands #8 (nfischer)
- fix(echo): fix #5 #7 (nfischer)
* This Change Log was automatically generated by github_changelog_generator