Skip to content

Releases: visionmedia/page.js

1.5.0

28 Nov 22:14
@A A
Compare
Choose a tag to compare

1.5.0 / 2014-11-29

  • added page.exit(path, callback[, callback...])
  • added page.redirect(url)
  • fix: ignore links with download attribute
  • fix: remove URL encoding before parsing paths

1.4.1

13 Nov 22:31
@A A
Compare
Choose a tag to compare

1.4.1 / 2014-11-14

  • fixed: hashbang navigation
  • added hashbang example
  • added tests

1.4.0

11 Nov 23:24
@A A
Compare
Choose a tag to compare

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