Skip to content

Releases: bryanmylee/svelte-previous

Updated graphics

20 Dec 20:10
d3a17f4
Compare
Choose a tag to compare

Minor update to improve graphics

Set custom rules for updating previous values

20 Dec 19:55
7837911
Compare
Choose a tag to compare

It is now possible to configure withPrevious to only update previous values if the new value is not equal to the current value.

Options are also provided to use a custom isEqual function.

Initial release of Svelte Previous

20 Dec 18:17
5aaf212
Compare
Choose a tag to compare

Svelte Previous provides stores that remember previous values!