Skip to content

Bunch of improvements to the ORM

Choose a tag to compare

@thetutlage thetutlage released this 18 Jan 14:45
  • refactor(manyToMany): only select related FK when syncing array of ids fcdd35c
  • feat: adding support for keys resolver in database query builder cde9535
  • feat: add support to cherrypick fields during serilization b476454
  • feat: add individual methods to serialize attributes, relations and compute properties a1382e8
  • refactor: remove $refs in favor of $columns and rename $columns to $columnDefinitions 71ee4c8
  • feat: define relation as a public property on relation query client a8f1383
  • refactor: drop readonly flag from certain static properties 2252ef4
  • feat: accept generics on relationships query 8e8df45
  • chore: update dependencies 4e74c95

v7.4.1...v7.4.2