Skip to content

Remove dingo binary and use a Provider

Compare
Choose a tag to compare
@sarulabs sarulabs released this 27 Jan 21:17
· 21 commits to master since this release
b207207
  • 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 and dingo.SubRequest have been removed. Use di.App, di.Request and di.SubRequest instead.