Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
A committed Nov 13, 2014
1 parent 0df1862 commit 5612942
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 21 deletions.
43 changes: 25 additions & 18 deletions History.md
@@ -1,100 +1,107 @@
1.4.1 / 2014-11-14
==================

* fixed: hashbang navigation
* added hashbang example
* added tests

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
* make sameOrigin public
* update path-to-regexp
* allow for missing href in anchors.
* update examples


1.3.7 / 2013-09-09
1.3.7 / 2013-09-09
==================

* fix removal of fragment

1.3.6 / 2013-03-12
1.3.6 / 2013-03-12
==================

* fix links with target attribute

1.3.5 / 2013-02-12
1.3.5 / 2013-02-12
==================

* fix ctrl/cmd/shift clicks
* fix ctrl/cmd/shift clicks

1.3.4 / 2013-02-04
1.3.4 / 2013-02-04
==================

* add tmp .show() dispatch argument
* add keywords to component.json

1.3.3 / 2012-12-14
1.3.3 / 2012-12-14
==================

* remove + support from path regexps

1.3.2 / 2012-11-26
1.3.2 / 2012-11-26
==================

* add explicit "#" check
* add `window` to `addEventListener` calls

1.3.1 / 2012-09-21
1.3.1 / 2012-09-21
==================

* fix: onclick only when e.which == 1

1.3.0 / 2012-08-29
1.3.0 / 2012-08-29
==================

* add `page(fn)` support. Closes #27
* add component.json
* fix tests
* fix examples

1.2.1 / 2012-08-02
1.2.1 / 2012-08-02
==================

* add transitions example
* add exposing of `Context` and `Route` constructors
* fix infinite loop issue unhandled paths containing query-strings

1.2.0 / 2012-07-05
1.2.0 / 2012-07-05
==================

* add `ctx.pathname`
* add `ctx.querystring`
* add support for passing a query-string through the dispatcher [ovaillancourt]
* add `.defaultPrevented` support, ignoring page.js handling [ovaillancourt]

1.1.3 / 2012-06-18
1.1.3 / 2012-06-18
==================

* Added some basic client-side tests
* Fixed initial dispatch in Firefox
* Changed: no-op on subsequent `page()` calls. Closes #16

1.1.2 / 2012-06-13
1.1.2 / 2012-06-13
==================

* Fixed origin portno bug preventing :80 and :443 from working properly
* Fixed: prevent cyclic refreshes. Closes #17

1.1.1 / 2012-06-11
1.1.1 / 2012-06-11
==================

* Added enterprisejs example
* Added: join base for `.canonicalPath`. Closes #12
* Fixed `location.origin` usage [fisch42]
* Fixed `pushState()` when unhandled

1.1.0 / 2012-06-06
1.1.0 / 2012-06-06
==================

* Added `+` support to pathtoRegexp()
Expand All @@ -104,7 +111,7 @@
* Fixed unhandled links when .base is present. Closes #11
* Fixed: `Context#path` to "/"

0.0.2 / 2012-06-05
0.0.2 / 2012-06-05
==================

* Added `make clean`
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "page",
"version": "1.4.0",
"version": "1.4.1",
"description": "Tiny client-side router (~1200 bytes)",
"keywords": ["page", "route", "router", "routes", "pushState"],
"main": "page.js",
Expand Down
2 changes: 1 addition & 1 deletion component.json
@@ -1,7 +1,7 @@
{
"name": "page",
"repo": "visionmedia/page.js",
"version": "1.3.7",
"version": "1.4.1",
"description": "Tiny client-side router (~1200 bytes)",
"keywords": ["page", "route", "router", "routes", "pushState"],
"scripts": ["index.js"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "page",
"description": "Tiny client-side router (~1200 bytes)",
"version": "1.4.0",
"version": "1.4.1",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/page.js.git"
Expand Down

0 comments on commit 5612942

Please sign in to comment.