Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Mar 22:12
· 25 commits to master since this release

0.10.0 (2021-03-18)

Bug Fixes

  • Define proper return types for ready & onCrash (f0937df)

Features

  • add OnCrashContext.serviceId (a3c8857)
  • Add ServiceConfig.crashesLength property, default to 0 (fe7e861)
  • Default minimumRestartDelay is 0 (e449d68)
  • Implement smart default onCrash (5dd2d20)
  • Nicer console message reporting error in ready or onCrash (5788792)
  • Provide "ready helpers" as ReadyContext methods (cebd1a9)
  • Start child processes safely using 'spawn' event where supported (bc1ad0e)
  • Strings that are "console output lines" do not need trailing "\n" (ab92ff8)