Skip to content

Improving Intellisense and removing unused features

Choose a tag to compare

@thetutlage thetutlage released this 26 Sep 16:37

Features removed

  • 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

Commits

  • chore: publish under next tag a68a674
  • chore: export all contracts c763a57
  • refactor: lot of changes to improve the intellisense and remove least/unused features 630f5c5
  • chore: update dependencies 556c75d

v6.4.1...v7.0.0