2.0.5 (2022-07-01)
- fix path issues on Windows (6a7fb5c)
2.0.4 (2021-09-25)
- remove custom help and version options in favor of yargs builtins (0f5fa14)
2.0.3 (2021-09-04)
- wrap globs with parantheses to prevent issues with scoped packages (31b35c4)
- defaults: improve globs for files with optional file extensions (a71a8e4)
- deps: bump dependencies (735bf95)
- exclude: make files included by dir globs excludable (6d4eceb)
- change --directory to expect a string (#7) (8e77f83)
2.0.2 (2021-05-31)
- existing .cleanmodules file by default (403045d)
2.0.1 (2021-05-31)
- include
.cleanmodules-default
file (61decf7)
2.0.0 (2021-05-31)
- node: bump minimum Node version to Node 12 (d6c66f2)
- add glob file support, make
analyze
a separate command (43832f0)
- node: Node versions lower than 12 are no longer supported
- path to node_modules should now be supplied to the --directory option instead of a positional
- the --analyze option has been replaced by a separate command
1.0.4 (2021-04-14)
1.0.3 (2020-12-09)
- restrict license glob (17bc9c0)
1.0.2 (2020-12-09)
- add correct bin link (75283b3)
1.0.1 (2020-12-07)
- set engines to node >=10 (75de40e)
- rename project to clean-modules (71b356c)
- initial commit (06e90d9)