- Add default patterns for GitHub Pages, JetBrains, airtap, husky, bmp, release-it, Windows, and GNU COPYING.
#35
89fcb28
@sdavids
- Add
adoc
to the AsciiDoc glob in.cleanmodules-default
.#32
e0b0239
@sdavids - Add glob for OSSMETADATA to
.cleanmodules-default
.#30
cf70c0b
@sdavids - Add glob for new ESLint config files to
.cleanmodules-default
.#28
680825a
@sdavids
(includes 3.0.0 and 3.0.1, which were unpublished)
-
BREAKING Replace
-i,--include
and-e,--exclude
with globs passed as positional arguments. This makes them consistent with the glob file patterns.de47cf2
@duniulTo migrate, move included and excluded globs to the end of the command, and prefix any exclusion globs with
!
.# before clean-modules --include "foo" "bar" --exclude "baz" "qux" # after clean-modules "foo" "bar" "!baz" "!qux"
-
BREAKING Replace old programmatic API with one that better correspond to the CLI commands. See the README for information on how to import them.
6c8dfff
@duniul -
BREAKING Drop support for Node 12, require Node >= 14.
0ebf930
@duniul
- Replace
yargs
withclipanion
for CLI parsing.de47cf2
@duniul - Don't remove
tsconfig.json
files by default, as they can be shared.17603eb
@duniul - Update
pretty-bytes
,pretty-ms
andsupports-color
.e198b46
@duniul - Remove
arg
as a runtime dependency.95b0dcf
@duniul - Try to avoid test util files when cleaning up test files.
cf7ede5
@duniul - Fix issue where
--glob-file
could be passed as an array, causing a crash.de47cf2
@duniul
- Wrap globs with parantheses to prevent issues with scoped packages.
31b35c4
@duniul - Improve globs for files with optional file extensions.
a71a8e4
@duniul - Bump dependencies
735bf95
@duniul - Make files included by dir globs excludable.
6d4eceb
@duniul - Change
--directory
to expect a string.#7
8e77f83
@ImedAdel