Skip to content

v0.8.3

Compare
Choose a tag to compare
@kettanaito kettanaito released this 03 Dec 11:50
· 48 commits to main since this release

Features

  • Adds runtime validation when updating a relationship (#175):
    • Forbids updating a relationship to reference a different model.
    • Forbids updating a relationship to a compatible plain object (the next value for a relationship must be an entity of the expected model).

Bug fixes

  • When updating a nested relationship produces a corrupted entity (#175).
  • Annotates the evolver function when updating a relationship (#175).