Skip to content

v6.5.5

Choose a tag to compare

@B4nan B4nan released this 21 Sep 08:42
· 171 commits to master since this release

6.5.5 (2025-09-21)

Bug Fixes

  • core: add missing IncludeCount type argument to repo.findByCursor() (34c9630)
  • core: correctly diff nullable properties between undefined and null (#6864) (c30d1c9)
  • core: skip mapping undeclared columns that match a different property name (#6860) (b29527e), closes #6861
  • schema: improve diffing of generated columns (9a59ba6), closes #6858