Skip to content

v0.1.0

Choose a tag to compare

@jescalan jescalan released this 31 May 22:26
· 43 commits to master since this release

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