Skip to content

Make booted and ready hook methods async

Pre-release
Pre-release

Choose a tag to compare

@thetutlage thetutlage released this 14 Dec 05:17

The booted and ready hooks runs the callback function immediately if the app is already booted or ready. Therefore, it becomes important to await the parent method (ie booted and ready) in order for the callback to be invoked immediately.

Commits

  • chore: update peer dependencies range 26076a0
  • chore: update dependencies c5750de
  • refactor: make booted and ready hooks async 51b9720
  • chore: update dependencies 8bccc2c

Full Changelog: v6.3.1-0...v6.4.0-0