Version 1.2.8
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
Middlewareto interface - as it's easier to inherit and use in other frameworks/projects. RouterControllernow loads method based on request-method (example:getMethodname).- Changed references for old
Middlewareabstract class to use new interface. - Middleware must now be instance of
IMiddleware. - Fixed null warnings.