- Renamed config
disableEtag
todisableCache
, and configargumentsAlwaysInHttpBody
toshortUrl
. - Minor (but breaking) changes in how Wildcard handles undefined contexts. The main breaking change is that your context function (when using a server framework middleware) is not allowed to return
undefined
anymore, and it must now always return ainstanceof Object
.