v4.1.0 🚀
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 nowloose
by default (this was bugged prior to v4.1.0)