Skip to content

v2.16.0

Compare
Choose a tag to compare
@fkling fkling released this 14 Jun 23:01
· 2348 commits to main since this release

New

  • -e, --exclude now accepts a regular expression to filter out files by name: -e /.*-test\.js/ The argument will only be treated as a regular expression if the parameter is only passed once ( #164).

Thank you @wallaroo for your contribution!