Skip to content

v4.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 20:26
v4.0.0-beta.1

4.0.0-beta.1 (2021-05-11)

Bug Fixes

BREAKING CHANGES

  • cookies and headers does not accept schema argument anymore
  • req.body now always returns Buffer
  • All built-in schemas strategy was moved to middlewares
  • turbo-json-parse and fast-json-stringify modules was removed due of new middlewares powered schema generation
  • Swagger Auto-docs modules was removed due of new middlewares powered schema generation
  • Validation was removed from this application
  • Serialization was removed from this application
  • Now application is a modulable rather than All-in-One solution