Skip to content

Re-organize TypeScript ambient modules

Compare
Choose a tag to compare
@thetutlage thetutlage released this 07 Jun 02:49

Even though this release has breaking changes. It will not impact you, unless your app was using imports not documented on the website. We have renamed the following TypeScript ambient modules

  • @ioc:Adonis/Lucid/Model -> @ioc:Adonis/Lucid/Orm
  • @ioc:Adonis/Lucid/Relations -> @ioc:Adonis/Lucid/Orm
  • @ioc:Adonis/Lucid/DatabaseQueryBuilder -> @ioc:Adonis/Lucid/Database

Commits

  • test: fix breaking test after migrator changes ea6d36e
  • feat: register migrator with the container daf6e56
  • refactor: simplify generic extending any ebbf53a
  • refactor: rename internal ambient modules to public module names 1bd457f
  • chore: update dependencies 03e890f

v14.2.0...v15.0.0