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