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

Releases: frontmeans/render-scheduler

Release 1.3.0

26 Aug 05:30
Compare
Choose a tag to compare

Packaging

  • Declare exports in package.json.

Release 1.2.0

05 Apr 04:13
Compare
Choose a tag to compare

Changes

  • Postponed render shots are executed in reverse order.
  • immediateRenderScheduler executes all render shots immediately.
    Including recurrent render shots.
  • queuedRenderScheduler schedules render shots for immediate execution.
    In contrast to immediateRenderScheduler it utilizes render queue and handles render shots
    similarly to other schedulers. In particular, it adds enqueues recurrent render shots instead of
    executing them immediately.

Release 1.1.0

27 Feb 07:06
Compare
Choose a tag to compare

Changes

  • Recurrent render shot is executed ASAP.
    It will be scheduled to currently executed queue, unless a shot executed in the same schedule already.
    In the latter case it will be scheduled to the next queue as before.

Breaking Changes

  • ScheduledRender renamed to RenderShot
  • ScheduledRenderQueue renamed to RenderQueue

Release 1.0.6

22 Jan 04:57
Compare
Choose a tag to compare

Bug Fix

  • Pass proper configuration to scheduled render.

Release 1.0.5

16 Jan 06:16
Compare
Choose a tag to compare

Bug Fixes

  • Properly schedule renders in stale schedules.

Release 1.0.4

16 Jan 02:41
Compare
Choose a tag to compare

Changes

  • Simplify ScheduledRenderQueue interface

Bug Fixes

  • Fix render queue sharing among schedules

Release 1.0.3

13 Jan 05:22
Compare
Choose a tag to compare

New Features

  • Add node scheduler option.
    It is be used to detect the missing window option.
  • Add nodeWindow() helper function.

Bug Fixes

  • Improve custom scheduler

Release 1.0.2

12 Jan 11:20
Compare
Choose a tag to compare

Bug Fix

  • Publish forgotten assets

Release 1.0.1

12 Jan 11:11
Compare
Choose a tag to compare

New Features

  • ManualRenderScheduler
    Executes renders on request.
    Can be constructed using newManualRenderScheduler() function.

Release 1.0.0

12 Jan 09:14
Compare
Choose a tag to compare

Initial release