Skip to content

Releases: d3/d3-timer

v0.4.0

12 Feb 22:59

Choose a tag to compare

v0.3.2

12 Feb 22:32

Choose a tag to compare

  • Freeze time in the background, rather than periodically flushing the queue (#6).

v0.3.1

10 Feb 19:44

Choose a tag to compare

  • Flush the queue every five seconds while in the background (#6).

v0.3.0

10 Feb 18:30

Choose a tag to compare

  • Add d3.now.
  • Remove the now argument to timer callbacks.
  • Make timer scheduling consistent, even when a time is not specified.

v0.2.0

09 Feb 23:58

Choose a tag to compare

  • Remove timer.id.
  • Improve performance.

v0.1.2

02 Feb 17:09

Choose a tag to compare

v0.1.1

29 Jan 19:00

Choose a tag to compare

  • Generate anonymous AMD.

v0.1.0

18 Dec 20:20

Choose a tag to compare

  • Improve the README.

v0.0.6

11 Nov 19:33

Choose a tag to compare

  • Define d3-timer module (and d3_timer global), not timer.

v0.0.5

04 Nov 07:59

Choose a tag to compare

  • Adjust package.json definition for npm users.