Skip to content

v9.0.0

Choose a tag to compare

@somewhatabstract somewhatabstract released this 07 Apr 14:56
· 165 commits to main since this release
7f3712a

Major Changes

  • 4066145: Include dot paths when parsing include globs. This is a breaking change as this is turned on by default. To turn off, use the --includeDotPaths=false or explicitly set includeDotPaths in your config file.

Minor Changes

  • 38b0cbe: Fix bug with output sink and improve error messaging when root marker cannot be found

Patch Changes

  • c243766: Allow color output to be disabled using NO_COLOR=1 or FORCE_COLOR=0