Skip to content

Production Release

Choose a tag to compare

@chrnx-dev chrnx-dev released this 23 Jul 16:19
· 171 commits to develop since this release

RELEASE] 1.2.0 Release

  • View decorator allows us to render a view if a view engine is
    configurated.
  • Added Request, Response Express instances with a specific decorator.
  • Get Query, Body parameters directly using parameter decorators.
  • Get Url parameters using a parameter decorator.
  • Allow Flexibility by allowing use of the returning values as the response on
    every decorated Controller Method, if already sent a response using the
    response instance is automatically detected.
  • Allow the Https Configuration.
  • Improve Documentation.