Skip to content

v1.1.0 - Less dependencies, more options

Latest

Choose a tag to compare

@djmattyg007 djmattyg007 released this 18 Jun 06:58
· 112 commits to main since this release
v1.1.0
8f87bc8

Added

Added support for passing through "ignore file" options to glob package. Please be aware that there are known performance issues with these options at the time of writing.

Changed

Removed intermediary library used for reading globbed files (glob-reader). The underlying glob package globby is still in use, so there should be no visible difference to behaviour.

Compiled with a new version of Typescript - v4.7.4.