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
·
10 commits
to master
since this release
- 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 theonChange
hook will be executed multiple times if the transaction is retried. - Supress logging of transaction stats for "virtual" models