Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Release 1.6.0

Compare
Choose a tag to compare
@surol surol released this 18 Apr 13:17
· 320 commits to master since this release
v1.6.0

New Features

  • Add support for custom recurrent render executions (#7).
  • Delegate render scheduler (#8).
  • Abortable render scheduler (#9).
  • Render schedule mapping utility (#7).

Changes

  • Add generic type parameter for schedule options type.
  • RenderScheduleOptions.error() method no longer requires this parameter.
  • ManualRenderShot.render() method no longer requires this parameter.
  • asyncRenderScheduler() defers recurrent render shots and executes them during the current execution.