Douglas Christopher Wilson
e71014f522
perf: enable strict mode
2015-06-18 23:01:18 -04:00
Douglas Christopher Wilson
95ad276cad
docs: add license comments
2015-06-18 23:00:20 -04:00
Douglas Christopher Wilson
68290ee87a
Fix handling of invalid empty URLs
...
fixes #2399
2014-10-23 21:33:38 -04:00
Douglas Christopher Wilson
94f10c26cb
Fix using same param name in array of paths
...
fixes #2389
2014-10-10 16:31:09 -04:00
Douglas Christopher Wilson
76e8bfa1dc
router: refactor location of try blocks
2014-07-11 16:38:03 -04:00
Douglas Christopher Wilson
8dc67af606
router: speed up standard app.use(fn)
2014-07-11 16:37:10 -04:00
Douglas Christopher Wilson
10618ced22
Reduce try-catch de-op area in param matching
2014-06-22 12:02:41 -04:00
agchou
13475977af
some code cleanup
2014-03-25 15:23:04 -07:00
Blake Embrey
be52dbbaa1
Allow dynamic mounting with .use.
...
Retains params from the parent application.
2014-03-10 13:13:39 -04:00
Jonathan Ong
110f471efa
lint
2014-03-07 18:04:03 -08:00
Jonathan Ong
3321055025
use path-to-regexp
2014-03-05 22:35:55 -08:00
Jonathan Ong
5572897998
some jshint cleanup
...
some more errors but whatever
2014-03-05 22:24:35 -08:00
Roman Shtylman
6911815171
Router: add parameter handling to middleware
...
Middleware (.use) can now specify parameter arguments to trigger
Router.param loading. This is handy if you want to `.use` additional
routers but need to load certain objects before the mounted middleware
runs.
2014-02-23 19:21:13 -05:00