Skip to content

v0.7.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@mtrajano mtrajano released this 17 Feb 23:52
· 10 commits to master since this release
f265ffc

Added

  • Added schema definitions for models (Defined on @model annotation on methods or controller).
  • Parsing on model relationships (if methods have a Relationship return type hint)
  • Example data on fields (if model has a factory associated with them)
  • Added responses based on routes http methods, @throws annotations and auth middleware.
  • Added support to JWT authentication.
  • Added Swagger UI with docs.
  • Added docker environment for development support.
  • Automatically will generate docs on public path depending on config, /docs route by default.

Changed

  • Changed to get middlewares from controller too, instead of only from routes.
  • Changed command usage to not print on console or set in file.