Fast, unopinionated, minimalist web framework for node.
COMMITS
/ lib/application.js February 1, 2026
A
feat: Allow passing null or undefined as the value for options in app.render (#6903)
AkaHarshit committed
November 23, 2025
T
refactor: use cached slice in app.listen (#6897)
TheMysterious committed
December 21, 2024
S
fix(refactor): prefix built-in node module imports
Szymon Łągiewka committed
January 8, 2025
P
fix: Remove `utils-merge` dependency - use spread syntax instead (#6091)
Phillip Barta committed
January 2, 2025
J
chore: replace `methods` dependency with standard library (#6196)
Jon Koops committed
October 22, 2024
P
refactor: Remove Object.setPrototypeOf polyfill (#6081)
Phillip Barta committed
August 1, 2024
M
Use Array.flat instead of array-flatten (#5677)
Mick A. committed
February 20, 2017
W
call callback once on listen error
Wes committed
February 21, 2022
E
Use object with null prototype for settings closes #4835
Evan Hahn committed
March 17, 2022
E
Use object with null prototype for various app properties
Evan Hahn committed
March 21, 2024
W
Merge tag '4.19.0' into 5.x
Wes Todd committed
February 3, 2022
E
Ignore Object.prototype values in settings through app.set/app.get
Evan Hahn committed
February 2, 2022
D
deps: array-flatten@3.0.0
Douglas Christopher Wilson committed
April 15, 2018
C
Change query parser setting default to 'simple'
Czarek committed
December 17, 2021
D
Merge tag '4.17.2'
Douglas Christopher Wilson committed
April 11, 2021
H
docs: fix typos in jsdoc
Hussein Mohamed committed
October 14, 2017
D
Merge tag '4.16.2'
Douglas Christopher Wilson 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
August 7, 2017
D
Merge tag '4.15.4'
Douglas Christopher Wilson committed
March 31, 2017
A
Fix typo in variable name setPrototypeOf
asaf david committed
March 6, 2017
D
Merge tag '4.15.2'
Douglas Christopher Wilson committed
February 26, 2017
J
Use ejs instead of jade within engine jsdoc
Jamie Barton committed
March 1, 2017
D
Merge tag '4.15.0'
Douglas Christopher Wilson committed
February 23, 2017
D
Use setprototypeof module to replace __proto__ setting
Douglas Christopher Wilson committed
January 22, 2016
D
Merge tag '4.13.4'
Douglas Christopher Wilson committed
August 25, 2015
A
Fix param definition is jsdoc for app.render
Alexander Shemetovsky committed
July 7, 2015
D
Use router module for routing
Douglas Christopher Wilson committed
July 6, 2015
D
Merge tag '4.13.1'
Douglas Christopher Wilson 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 23, 2015
D
Merge tag '4.12.0'
Douglas Christopher Wilson 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
D
Merge tag '4.11.2'
Douglas Christopher Wilson committed
I
Fix an incorrect @api jsdoc
Ivan Fraixedes committed
November 7, 2014
D
Remove app.del
Douglas Christopher Wilson committed
July 14, 2014
D
Add app.router reference back
Douglas Christopher Wilson committed
D
Refactor away init middleware
Douglas Christopher Wilson committed
D
Change req.query to a getter
Douglas Christopher Wilson committed
July 10, 2014
D
Remove app.router error message
Douglas Christopher Wilson 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