Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

3.0.0-alpha.40

Pre-release
Pre-release
Compare
Choose a tag to compare
@brettwillis brettwillis released this 17 Aug 21:51
· 12 commits to master since this release
09bd0e5
  • Implement model entity change hook onChange(previousData: T | undefined, newData: T | undefined, transaction: Transaction) => void | Promise<void>