Remove dingo binary and use a Provider
- There is no
dingo
binary anymore. - Simplify the code by using a
Provider
. di
is not included in the generated code anymore.
Upgrade from v3
- You need to register the definitions in a Provider. The dingo binary is also not available anymore as it would depends on the Provider now. So you have to write it yourself. See the Setup section of the documentation.
dingo.App
,dingo.Request
anddingo.SubRequest
have been removed. Usedi.App
,di.Request
anddi.SubRequest
instead.