Skip to content

Releases: duniul/clean-modules

v2.0.4

25 Sep 11:23
Compare
Choose a tag to compare

2.0.4 (2021-09-25)

Bug Fixes

  • remove custom help and version options in favor of yargs builtins (0f5fa14)

v2.0.3

04 Sep 16:35
Compare
Choose a tag to compare

2.0.3 (2021-09-04)

Bug Fixes

  • 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)

v2.0.2

31 May 12:28
Compare
Choose a tag to compare

2.0.2 (2021-05-31)

Bug Fixes

  • existing .cleanmodules file by default (403045d)

v2.0.1

31 May 11:50
Compare
Choose a tag to compare

2.0.1 (2021-05-31)

Bug Fixes

  • include .cleanmodules-default file (61decf7)

v2.0.0

31 May 10:46
Compare
Choose a tag to compare

2.0.0 (2021-05-31)

Bug Fixes

  • deps: bump dependencies (6aa9d55)
  • don't fail on invalid file paths (541ba1b)

chore

  • node: bump minimum Node version to Node 12 (d6c66f2)

Features

  • add glob file support, make analyze a separate command (43832f0)

BREAKING CHANGES

  • 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

v1.0.4

14 Apr 22:04
Compare
Choose a tag to compare

1.0.4 (2021-04-14)

Bug Fixes

  • deps: bump dependencies (6aa9d55)
  • don't fail on invalid file paths (541ba1b)

v1.0.3

09 Dec 09:20
Compare
Choose a tag to compare

1.0.3 (2020-12-09)

Bug Fixes

v1.0.2

09 Dec 09:14
Compare
Choose a tag to compare

1.0.2 (2020-12-09)

Bug Fixes

v1.0.0

07 Dec 23:23
Compare
Choose a tag to compare

1.0.0 (2020-12-07)

Bug Fixes

  • rename project to clean-modules (71b356c)

Features