Skip to content

1.4.0

Compare
Choose a tag to compare
@A A released this 11 Nov 23:24
· 356 commits to master since this release

1.4.0 / 2014-11-12

  • add hashbang support. Closes #112
  • add page.redirect() method
  • add plugins list to readme
  • add Context#handled option
  • Fix an issue where redirects in dispatch can be overwritten by ctx.save()
  • add support HTML5-History-API polyfill
  • make sameOrigin public
  • update path-to-regexp
  • allow for missing href in anchors.
  • update examples