Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jun 13:05
6bdf0de

0.6.0 (2024-06-11)

Features

  • ActiveQuery: orm is available as protected property of class (92c65f4)
  • rename active record method (find => findByPK); add type annotations (58d85ca)
  • rename active repository methods; add type annotations (485848b)

Bug Fixes

  • psalm failure and markdown failure with docs dir (956618d)
  • use self accessor, as test classes are final (b0b0eb1)

Documentation