Releases: static-dev/spike-pushstate
Releases · static-dev/spike-pushstate
v2.0.0
v0.3.0
v0.2.0
v0.1.0
⛔ BREAKING RELEASE ⛔
- Instead of taking a glob matcher directly, the plugin now takes an object. For example,
PushState('foo.jade')
->PushState({ files: 'foo.jade' })
- Now accepts either a single glob matcher, or an array of multiple glob matchers
- Matchers now match files relative to the project root, instead of based on the absolute path