Skip to content

Including bodyparser and validator as a dependency

Compare
Choose a tag to compare
@thetutlage thetutlage released this 26 Dec 09:17
· 783 commits to develop since this release
  • chore: execute instructions for events module 4f26c34
  • chore: update dependencies 24c5403
  • feat(healthChecks): introduce servicesList property to get names of registered services 2241ce3
  • test: ensure bindings are registered by the AppProvider 173a56c
  • ci: upgrade min node version for 12 5639b17
  • feat: add bodyparser and validator as dependencies f7a06fd
  • refactor: remove _ prefix from all private properties d00d616
  • chore: remove tslint in favor of eslint e2535cc
  • chore: update dependencies 0a79e69
  • refactor: use aliases from the rcFile, since autoloads have been removed 2d29d64
  • test: fix breaking tests after dependencies upgrade 9089cf1
  • refactor(ExceptionHandler): ignore 400, 422, 401 status from getting reported b2ad4f9
  • refactor(ExceptionHandler): set disableStatusPagesInDevelopment = true by default bc2875b
  • chore: update dependencies dc1f722
  • chore: update dependencies 1b5d8bf
  • fix(server): correctly handle errors on listenThe Promise constructor doesn't automatically catch errors if its handlerfunction is async. Use try/catch to avoid unhandled rejections.If the server is closed because the port is already in used, use anon-zero exit code and log it as an error. (#1175) ebdf015
  • chore: update dependencies be417ca

v2.6.2...v2.7.0