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

3.0.0-alpha.37

Pre-release
Pre-release
Compare
Choose a tag to compare
@brettwillis brettwillis released this 26 Jul 02:11
· 20 commits to master since this release
f5d4c22
  • Optimise by using read-only transactions where possible
  • New feature: before- and after-mount hooks for loading models
  • New feature: virtual models
    • Virtual models are not stored in Firestore
    • Data is provided by a super simple delegate
    • Can be used to "eliminate"/virtualise models such as the internal core store, or Roles and Permissions models (advanced usage)