You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
file-list: ensure patterns are comparable (4d1bf3e), closes #2194
middleware: fix WARN log when passing undefined error handler to promise.then (20b87de), closes #2227
call .resume to prevent browser output streams filling up (107cd02)
Merge config child nodes on config.set() (65b688a)
web-server: Allow karma to run in project which path contains HTML URL encoded characters. Karma fails on Jenkins when it checks out branches containing '/' as it converts it to '%2F'. Fixes errors seen on #1751, #61. (da1930f), closes #1751#61
Features
web-server: Allow Range headers in web server. (a567b6f), closes #2140