All Versions
43
Latest Version
Avg Release Cycle
82 days
Latest Release
1458 days ago

Changelog History
Page 4

  • v1.3.5 Changes

    February 12, 2013
    • fix ctrl/cmd/shift clicks
  • v1.3.4 Changes

    February 04, 2013
    • add tmp .show() dispatch argument
    • add keywords to component.json
  • v1.3.3 Changes

    December 14, 2012
    • remove + support from path regexps
  • v1.3.2 Changes

    November 26, 2012
    • add explicit "#" check
    • add window to addEventListener calls
  • v1.3.1 Changes

    September 21, 2012
    • fix: onclick only when e.which == 1
  • v1.3.0 Changes

    August 29, 2012
    • add page(fn) support. Closes #27
    • add component.json
    • fix tests
    • fix examples
  • v1.2.1 Changes

    August 02, 2012
    • add transitions example
    • add exposing of Context and Route constructors
    • fix infinite loop issue unhandled paths containing query-strings
  • v1.2.0 Changes

    July 05, 2012
    • 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]
  • v1.1.3 Changes

    June 18, 2012
    • Added some basic client-side tests
    • Fixed initial dispatch in Firefox
    • Changed: no-op on subsequent page() calls. Closes #16
  • v1.1.2 Changes

    June 13, 2012
    • Fixed origin portno bug preventing :80 and :443 from working properly
    • Fixed: prevent cyclic refreshes. Closes #17