
3.2.0 / 2016-08-24
===================

  * add .routePath

3.0.0 / 2015-11-17
===================

  * update to promise-based middleware

2.4.2 / 2015-07-02
===================

  * update path-to-regexp

2.4.1 / 2015-04-12
===================

  * add ALL method to debug
  * add return statement in case of path miss

2.4.0 / 2014-11-27
==================

 * use `yield*`

2.3.0 / 2014-11-27
==================

 * fix HEAD method w/ GET routes

2.2.0 / 2014-10-15
==================

 * add opts arg to routes

2.1.0 / 2014-08-17
==================

 * update path-to-regexp and methods

2.0.0 / 2014-08-06
==================

 * update path-to-regexp

1.1.4 / 2014-05-02
==================

 * fix: make null the unmatched optional parameter

1.1.2 / 2014-04-18
==================

 * fix: add param decoding

1.1.0 / 2014-03-05
==================

 * add 'next' param to path params list as the last param
 * add route.all() handler

1.0.2 / 2013-11-27
==================

 * fix fallthrough bug

1.0.1 / 2013-11-15
==================

 * fix: check if .method matches
