Skip to content

Handful of improvements and bug fixes

Choose a tag to compare

@thetutlage thetutlage released this 11 Nov 15:26
  • fix(response): do not set Content-length for 304 responses a8cf88f
  • chore: disable typedoc temporarily since it's not working with latest typescript 75f5911
  • fix: ensure that routes for domain are searched only when domain is registered 9518de9
  • refactor: improve typings for inline middleware functions 3953f1d
  • feat(resource): allow registering middleware as a wildcard for all routes 1eab857
  • refactor: ensure resource route and param names are always in snake case 125131b
  • fix(resource): strip leading and trailing slashes from resource name cba5f4e
  • chore: update dependencies 1c1a2ac
  • fix(Response): correctly send the response when file doesn't exist while streaming it (#11) 75a9f68

v1.3.1...v1.4.0