1.0.0-alpha.8
Pre-release
Pre-release
- Remove [Lifecycle] prefix from log messages (#95) - Thanks @slashmo
- Add support for async functions (#99)(#102)
- Fix repeated shutdown issue on linux (#104)
- Do not shutdown tasks that failed to start when
shutdownIfNotStarted
is set to false (#107) - Shutdown tasks that are marked with
shutdownIfNotStarted
set to true when shutting down a never-started-lifecycle (#109)