Fast, unopinionated, minimalist web framework for node.
COMMITS
/ lib/application.js 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
O
Value parameter of app.set() is now typed optional mixed
Oliver Salzburg committed
O
Value parameter of app.set() should be typed optional Object
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
February 4, 2014
R
move `connect.query()` into our repo
Roman Shtylman committed
January 25, 2014
R
remove app.router and refactor middleware processing
Roman Shtylman committed
R
change res.locals to a plain js object.
Roman Shtylman committed
R
remove unused require
Roman Shtylman committed
R
use utils-merge module to mixin object properties
Roman Shtylman committed
January 19, 2014
H
delete semicolon
Haoliang Gao committed
January 11, 2014
R
remove app.configure()
Roman Shtylman committed
R
No 'json spaces' by default
Roman Shtylman committed
R
remove use of app.configure for view cache setting
Roman Shtylman committed
December 20, 2013
M
Error message now describes where the view was not able to be found. Useful for debugging.
Matt Copperwaite committed
October 18, 2013
J
lint: remove unused stuff
Jonathan Ong committed
September 19, 2013
J
documentation language fix
Jake Seip committed
August 2, 2013
T
Merge pull request #1685 from CharlesHolbrow/master
TJ Holowaychuk committed