Skip to content

v0.8.0

Compare
Choose a tag to compare
@lennykean lennykean released this 16 Feb 18:55
· 11 commits to main since this release
  • New mvf cli, easily scaffold projects and generate components such as services, controllers, and modules
  • Transformers. Allow transformations to input parameters.
  • New internal logger with the ability to filter and customize logging
  • Server exceptions, which enable applications to throw exceptions to return error responses (400 and 500 codes)
  • Global exception handlers. Allow applications to catch and handle unhandled exceptions.
  • MVC error pages. When unhandled errors occur, MVC applications can render a custom error page.