Skip to content

Version 1.2.8

Choose a tag to compare

@skipperbent skipperbent released this 01 Nov 07:32
· 1037 commits to master since this release

Notes

Middleware abstract class has been changed to an interface called IMiddleware - please change all references in your code to use the new interface.

Changelog

  • Changed Middleware to interface - as it's easier to inherit and use in other frameworks/projects.
  • RouterController now loads method based on request-method (example: getMethodname).
  • Changed references for old Middleware abstract class to use new interface.
  • Middleware must now be instance of IMiddleware.
  • Fixed null warnings.