Skip to content

v7.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Dec 19:13
· 67 commits to main since this release

chore

  • tests: add test case for checking null attributes on newly created entities (638754a)
  • tests: add test case for deleteAll off of a hasMany relationship
    (1626bc5)
  • tests: add test case for belongsToMany withCount
    (8bfad62)
  • tests: add test case for firstOrNew with aliases and columns (5dc81bf)

feat

  • QuickBuilder: Return optional QuickBuilder instances for withCount and withSum (e1b17cf)

fix

  • BaseEntity: Fix clearAttribute when not setting to null (4018d54)
  • QuickBuilder: Fix using a query builder instance to define a subselect (8ac6ba7)

other

  • *: fix: revert server.json change
    (4182c55)