Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

v11.0.0

Compare
Choose a tag to compare
@Reinmar Reinmar released this 26 Aug 09:53
· 180 commits to master since this release

Features

  • Added support for multi-root editors. Closes #22. (692955e)
  • Added unhandled promise rejection error handling. Fixed objects in the crashed array. Closes #3. (1a47364)
  • Introduced the observable Watchdog#state property. Introduced the minimumNonErrorTimePeriod configuration which defaults to 5 seconds and will be used to prevent infinite restart loops while allowing a larger number of random crashes as long as they do not happen too often. Renamed waitingTime configuration option to saveInterval. Closes #7. Closes #15. (5bdbfe5)

Bug fixes

  • The editor data will be saved correctly after the destroy() method is called. Added the protected Watchdog#_now() method that allows for time-based testing of the error handling mechanism. Closes #17. Closes #19. (a54db15)

Other changes

BREAKING CHANGES

  • Renamed waitingTime configuration option to saveInterval.
  • Watchdog#restart() is no longer public.