Skip to content

0.31.0

Compare
Choose a tag to compare
@lkostrowski lkostrowski released this 27 Feb 13:38
· 234 commits to main since this release

createAppRegisterHandler now accepts hooks/callbacks

Common use case will be

  1. Perform any async operation before and after handler runs its built-in checks, like verification
  2. Perform initial app preparation, like seeding database with default data
  3. Perform additional checks and prevent installation if needed

See updated docs

  • Add hooks to createAppRegsiterHandler (#183) (195f2d9)