Skip to content

Stable major release

Compare
Choose a tag to compare
@thetutlage thetutlage released this 11 Jan 02:38
· 53 commits to develop since this release
24a14cf

Please consult the following releases to learn more about the breaking changes.

Commits

  • chore: publish under latest tag f664a07
  • Merge pull request #982 from adonisjs/v6-next 24a14cf
  • refactor: fix mess created by the merge 57d9ca7
  • Merge branch 'develop' into v6-next 0ee3ee6
  • refactor: export stubsRoot ae090bd
  • chore(package): update dependencies 06422e1
  • feat(QueryBuilder/where): add null type to where clause (#967) 2790fe9
  • fix(migrator): set primary key for schema_versions table (#945) 0fac231
  • Revert "fix(migrator): exception class expect two arguments" 498c308
  • fix(migrator): exception class expect two arguments 947e851
  • fix(migrator): await rollback when changing migration format 19dad5b
  • fix: DateTime equality in $dirty (#929) f72c991
  • fix(configure): change localhost to 127.0.0.1 0417d84
  • chore(release): 18.4.1 14befae
  • test(component): fix references to missing types upon compiling in tests (#951) 62ae085
  • chore: add engines key c5a9f51
  • feat(adonis-typings/relations.ts): typing support for nullable 1-1 relations (hasOne and belongsTo) (#944) b7ec9d4

What's Changed

  • fix: correct path for exporting types by @RomainLanz in #955
  • fix(provider): properly define the adapter for the base model by @RomainLanz in #956
  • fix(configure): add commands to the rc file by @RomainLanz in #954
  • fix(types): allow belongs to and has one to be null by @RomainLanz in #958
  • fix(migrator): set primary key for schema_versions table by @RomainLanz in #957
  • fix(datetime): check equalities properly by @RomainLanz in #959
  • fix: DateTime equality in $dirty by @sadiqueWiseboxs in #929
  • fix(configure): add missing luxon install by @RomainLanz in #964
  • feat(errors): use new way to define exceptions by @RomainLanz in #966
  • fix: correct a typo in the readme by @maevdb in #969
  • fix(migrator): set primary key for schema_versions table by @RomainLanz in #945
  • feat(QueryBuilder/where): add null type to where clause by @MaximeMRF in #967
  • fix: release connection in provider shutdown by @Julien-R44 in #977
  • refactor(orm): use naming strategy for computed field by @RomainLanz in #970
  • Merge to develop for final release by @thetutlage in #982

New Contributors

  • @sadiqueWiseboxs made their first contribution in #929
  • @maevdb made their first contribution in #969
  • @MaximeMRF made their first contribution in #967

Full Changelog: v18.4.1...v19.0.0