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

3.0.0-alpha.41

Pre-release
Pre-release
Compare
Choose a tag to compare
@brettwillis brettwillis released this 13 Sep 18:44
· 10 commits to master since this release
09de71a
  • Extend the functionality of the onChange transaction hook. It can now return an "on tranaction success" hook which will be executed only once, after the transaction has been successfully committed to the database. Can be used for logic that should be executed only once, whereas the onChange hook will be executed multiple times if the transaction is retried.
  • Supress logging of transaction stats for "virtual" models