Skip to content

Latest commit

 

History

History
104 lines (49 loc) · 4.18 KB

CHANGELOG.md

File metadata and controls

104 lines (49 loc) · 4.18 KB

2.0.5 (2022-07-01)

Bug Fixes

  • fix path issues on Windows (6a7fb5c)

2.0.4 (2021-09-25)

Bug Fixes

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

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)

2.0.2 (2021-05-31)

Bug Fixes

  • existing .cleanmodules file by default (403045d)

2.0.1 (2021-05-31)

Bug Fixes

  • include .cleanmodules-default file (61decf7)

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

1.0.4 (2021-04-14)

Bug Fixes

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

1.0.3 (2020-12-09)

Bug Fixes

1.0.2 (2020-12-09)

Bug Fixes

1.0.1 (2020-12-07)

Bug Fixes

  • set engines to node >=10 (75de40e)

1.0.0 (2020-12-07)

Bug Fixes

  • rename project to clean-modules (71b356c)

Features