Skip to content

v1.2.0

Compare
Choose a tag to compare
@izniburak izniburak released this 20 Aug 11:14
· 73 commits to master since this release
  • Added middleware support to routes created with controller methods.
  • Added handle() method for Middleware class. Middlewares will run by handle() method anymore. No need to specify the method. when define middleware.
  • Some code optimization.