You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The binding aliases have been removed. No one is using them
Renamed auto loads to aliases. This shouldn't impact the end user app, since AdonisJS internally uses this method
Changed
Registrar can now pass any set of arguments to the Service provider constructor. AdonisJS will use it to now pass the application instance vs passing the Ioc container instance. This is one of the biggest breaking change for v5. However, most (if not all) of the packages of v5 are created by us (the core team), we can update them