Skip to content

v0.10.0

Choose a tag to compare

@shellscape shellscape released this 05 May 05:54
· 76 commits to master since this release

Bugfixes

  • fix: static regression when passing array (#134)

Breaking Changes

v0.9.0 introduced glob support for the static option. Unfortunately the implementation introduced a regression and the old method of handling an array passed to the option was overwritten, causing the regression. A new option format has been introduced for folks wanting to use globs. This may cause a breaking change for users who were previously relying on a plain array passed to static to use globs.