Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
A committed Nov 28, 2014
1 parent cd64d1f commit 04d0ca7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
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 / 2014-11-14
==================

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "page",
"version": "1.4.1",
"version": "1.5.0",
"description": "Tiny client-side router (~1200 bytes)",
"keywords": ["page", "route", "router", "routes", "pushState"],
"main": "page.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "page",
"description": "Tiny client-side router (~1200 bytes)",
"version": "1.4.1",
"version": "1.5.0",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/page.js.git"
Expand Down

0 comments on commit 04d0ca7

Please sign in to comment.