Skip to content

v0.8.0 - Dependency injection

Latest
Compare
Choose a tag to compare
@alxmrz alxmrz released this 08 Jan 10:26
· 3 commits to master since this release
c170539
Di - added dependency injection to handlers and actions (#17)

* added deps to handler

* di - added injection to cotrollers, removed request and response from auto injection

* di - args injection moved to another class

* di - added tests for errors

* di - deleted usuless exception, removed unsued classes and args

* di - changed error messages