Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [0.10.0](v0.9.0...v0.10.0) (2021-03-18) ### Bug Fixes * Define proper return types for `ready` & `onCrash` ([f0937df](f0937df)) ### Features * add OnCrashContext.serviceId ([a3c8857](a3c8857)) * Add ServiceConfig.crashesLength property, default to 0 ([fe7e861](fe7e861)) * Default `minimumRestartDelay` is 0 ([e449d68](e449d68)) * Implement smart default onCrash ([5dd2d20](5dd2d20)) * Nicer console message reporting error in `ready` or `onCrash` ([5788792](5788792)) * Provide "ready helpers" as ReadyContext methods ([cebd1a9](cebd1a9)) * Start child processes safely using 'spawn' event where supported ([bc1ad0e](bc1ad0e)) * Strings that are "console output lines" do not need trailing "\n" ([ab92ff8](ab92ff8))
- Loading branch information