Skip to content

Releases: static-dev/spike-pushstate

v2.0.0

12 Jul 15:42
Compare
Choose a tag to compare
  • BREAKING in your client-side js file, the require('spike-pushstate') has been changed to require('spike-pushstate-client') - that's all!

v0.3.0

14 Dec 18:03
39718ed
Compare
Choose a tag to compare
  • Fixes a bug that was causing an error in navigation when there are multiple links on a page. Big thanks to @liitfr for the fix!

v0.2.0

20 Jun 21:55
Compare
Choose a tag to compare

BREAKING RELEASE

Works only with version 0.8.0 of spike or higher.

v0.1.0

31 May 22:26
Compare
Choose a tag to compare

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

v0.0.1

26 May 14:50
Compare
Choose a tag to compare

Initial release! 🎉