✨ Highlighted changes
- This is based on ShellJS v0.9! This means we bumped the minimum node version to >= v18.
- Small bash compatibility change to
shx sed
. Now if you invokeshx sed -i
, this will not print any output to stdout (this is for consistency with unixsed
). Usingshx sed
without the-i
flag will still print to stdout as before.
What's Changed
- chore: remove codecov devDependency by @nfischer in #198
- chore(ci): run tests up to node v16 by @nfischer in #197
- chore: rename master -> main by @nfischer in #204
- chore: update deps by @nfischer in #205
- chore: update CI to include v18 by @nfischer in #206
- fix(lint): fixes import order lint warnings by @nfischer in #215
- doc: highlight globs and emphasize double quotes by @nfischer in #214
- chore: update CI to test against node v20 by @nfischer in #212
- docs: change GitHub Actions README badge by @nfischer in #216
- chore: keep node < 16 around longer by @nfischer in #219
- Bump GitHub workflow action to latest version by @deining in #220
- Update minimist for CVE-2021-44906 by @tomhaines432 in #218
- chore: add codecov token by @nfischer in #222
- chore: remove unsupported node configs from CI by @nfischer in #221
- chore: switch to codecov v4 by @nfischer in #223
- chore(dependencies): update js-yaml by @nfischer in #224
- doc: Fix typo in README by @mpaw in #227
- chore: update shelljs and drop old node support by @nfischer in #228
- chore: drop non-LTS node versions by @nfischer in #229
- chore: drop some dependencies and simplify by @nfischer in #230
- chore: update dependencies by @nfischer in #231
- fix: add back ShellJS version in --version by @nfischer in #232
- Adding a global --negate flag by @SoTrx in #189
- refactor: code cleanup for the --negate flag by @nfischer in #233
New Contributors
- @deining made their first contribution in #220
- @tomhaines432 made their first contribution in #218
- @mpaw made their first contribution in #227
- @SoTrx made their first contribution in #189
Full Changelog: v0.3.4...v0.4.0