## Changelog ### 0.5.3 (2015-02-20) - #16 via @winniehell: Fix mounting sub-apps, i.e. `app.use(subApp)`. ### 0.5.2 (2015-02-20) - Nothing significant; just updating the readme and example for Express 4, along with one minor dependency update. ### 0.5.1 (2014-09-07) - #15: Fix falling through `all` routes. ### 0.5.0 (2014-08-03) - #12 via @chanadian: Add support for Streamline's global context. ### 0.4.1 (2014-01-11) - #7: Add support for `app.param()`. ### 0.4.0 (2014-01-11) - Change `next` handling: returning `true` continues for both route handlers and middleware now; returning `false` doesn't. ### 0.3.1 (2014-01-09) - Fix error handling middleware in Express 3. ### 0.3.0 (2014-01-09) - #3: Add support for Express 3. ### 0.2.0 (2014-01-09) - #5: Add support for all HTTP methods. - #4: Add support for controlling `next`. ### 0.1.x (2012-06-25) - Initial versions.