Skip to content

v4.1.0 🚀

Compare
Choose a tag to compare
@SamKirkland SamKirkland released this 19 Aug 05:02
· 35 commits to master since this release
65c6a8f

If you are coming from version 3 see the Migration Guide

Bug Fixes

  • Cert issue - Fixes #149 and Fixes #127
  • Exceptions now bubble up - Fixes #123
  • Resolves local-dir incorrect usage - Fixes #145

Breaking changes

  • The exclude defaults have been updated. Going forward **/.git*, **/.git*/**, **/node_modules/** will be excluded
  • The exclude option now matches against folders. Previously trailing / were not matched against folders
  • The security option is now loose by default (this was bugged prior to v4.1.0)