Skip to content

Minor breaking changes

Latest
Compare
Choose a tag to compare
@brillout brillout released this 12 Oct 12:34
· 55 commits to master since this release
  • Renamed config disableEtag to disableCache, and config argumentsAlwaysInHttpBody to shortUrl.
  • 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 a instanceof Object.