v0.10.0
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.