Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 664 Bytes

CHANGELOG.md

File metadata and controls

43 lines (22 loc) · 664 Bytes

svelte-sequence

0.4.0

Minor Changes

  • 648229c: Add optional sequence options to all methods

0.3.1

Patch Changes

  • 3da2d51: fix bad error message for invalid initialValue of indexed sequence

0.3.1

Patch Changes

  • ad593c5: tweenedSequence returns value and step stores

0.3.0

Minor Changes

  • 428a7ac: Add updateSequence method, marginally improve types

0.2.0

Minor Changes

  • 2b0dde8: add previousStep() and nextStep() methods, fix time store memory leaks

0.1.0

Minor Changes

  • 26c30f2: Add timer store, stopwatch store, basic time formatting utils

0.0.2

Patch Changes

  • 964a0ae: initial version