COMMITS
/ lib/application.js April 11, 2021
H
docs: fix typos in jsdoc
Hussein Mohamed committed
September 26, 2017
H
Improve error messages when non-function provided as middleware
Hrvoje Šimić committed
September 27, 2017
H
docs: fix typo in jsdoc comment
Hrvoje Šimić committed
March 31, 2017
A
Fix typo in variable name setPrototypeOf
asaf david committed
February 26, 2017
J
Use ejs instead of jade within engine jsdoc
Jamie Barton committed
February 23, 2017
D
Use setprototypeof module to replace __proto__ setting
Douglas Christopher Wilson committed
August 25, 2015
A
Fix param definition is jsdoc for app.render
Alexander Shemetovsky committed
June 20, 2015
D
Add settings to debug output
Douglas Christopher Wilson committed
D
perf: isolate app.render try block
Douglas Christopher Wilson committed
D
perf: remove argument reassignments in application
Douglas Christopher Wilson committed
June 19, 2015
D
perf: enable strict mode
Douglas Christopher Wilson committed
April 22, 2015
D
Use array-flatten module for flattening arrays
Deepak Kapoor committed
February 19, 2015
D
Merge tag '3.20.0'
Douglas Christopher Wilson committed
February 18, 2015
D
Fix "trust proxy" setting to inherit when app is mounted
Douglas Christopher Wilson committed
February 1, 2015
I
Fix an incorrect @api jsdoc
Ivan Fraixedes committed
October 23, 2014
D
Add support for app.set('views', array)
Douglas Christopher Wilson committed
D
docs: visionmedia is now tj on Github
Douglas Christopher Wilson committed
D
Merge tag '3.18.1'
Douglas Christopher Wilson committed
September 6, 2014
L
Pass context to .forEach instead of closure
lemmy committed
October 22, 2014
D
Fix internal utils.merge deprecation warnings
Douglas Christopher Wilson committed
September 17, 2014
D
Fix regression for empty string path in app.use
Douglas Christopher Wilson committed
September 12, 2014
D
Fix app.use to accept array of middleware without path
Douglas Christopher Wilson committed
August 2, 2014
F
Support mounted app as any argument to app.use()
Fabien Franzen committed
July 14, 2014
D
Add configurable query parser
Douglas Christopher Wilson committed
July 13, 2014
D
Fix subapp.mountpath regression for app.use(subapp)
Douglas Christopher Wilson committed
July 10, 2014
D
Accept multiple callbacks to app.use()
Douglas Christopher Wilson committed
July 5, 2014
D
Support non-string path in app.use(path, fn)
Douglas Christopher Wilson committed
July 3, 2014
D
add deprecation message to app.configure
Douglas Christopher Wilson committed
June 2, 2014
D
fix behavior when handling request without routes
Douglas Christopher Wilson committed
June 6, 2014
D
use finalhandler for final response handling
Douglas Christopher Wilson committed
June 22, 2014
D
Merge tag '3.12.0'
Douglas Christopher Wilson committed
June 20, 2014
D
deprecate things with depd module
Douglas Christopher Wilson committed
June 8, 2014
N
Use path.resolve for views dir instead of concat
Nick Heiner committed
May 31, 2014
D
remove jsdoc params for polymorphic functions
Douglas Christopher Wilson committed
D
Merge tag '3.9.0'
Douglas Christopher Wilson committed
D
improve etag control for res.send
Douglas Christopher Wilson committed
May 23, 2014
D
Revert "fix behavior of multiple app.VERB for the same path"
Douglas Christopher Wilson committed
May 18, 2014
D
Merge tag '3.7.0'
Douglas Christopher Wilson committed
May 9, 2014
D
improve proxy trust with ip address list
Douglas Christopher Wilson committed
D
Merge tag '3.6.0'
Douglas Christopher Wilson committed
May 15, 2014
D
fix behavior of multiple app.VERB for the same path
Douglas Christopher Wilson committed
May 8, 2014
D
deprecate app.del
Douglas Christopher Wilson committed
March 24, 2014
R
remove deprecation message about passing path as array
Roman Shtylman committed
R
support arrays as middleware arguments to .VERB and .all
Roman Shtylman committed
R
remove deprecation message about passing path as array
Roman Shtylman committed
January 4, 2014
O
Value parameter of app.set() is now typed optional mixed
Oliver Salzburg committed
March 25, 2014
A
some code cleanup
agchou committed
February 23, 2014
R
implement app.route()
Roman Shtylman committed
February 18, 2014
R
remove ServerResonse.headerSent monkey patch
Roman Shtylman committed
February 16, 2014
R
remove last pieces of connect dependency
Roman Shtylman committed