0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-25 09:09:35 +01:00
Commit Graph

11 Commits

Author SHA1 Message Date
Richard Harris
a7265f65e3 use safe_not_equal logic for derived stores - fixes #2644 2019-05-06 06:26:38 -04:00
Conduitry
3170edb158 add initial_value argument to derived store 2019-04-11 15:26:42 -04:00
Conduitry
6e46a18969 rename derive to derived 2019-04-09 10:29:40 -04:00
Richard Harris
f3cb540ce6 update readable signature to match writable - fixes #2296 2019-03-25 08:18:13 -04:00
Richard Harris
a203bfd071 express readable in terms of writable 2019-03-09 16:34:30 -05:00
Richard Harris
41b14606b4 allow stores to work with mutable data - fixes #2171 2019-03-09 16:22:22 -05:00
Conduitry
f6b3f38e89 expose get() from svelte/store (#2060) 2019-02-28 22:42:36 -05:00
Richard Harris
9e8e99caf6 add second argument to writable - fixes #2072 2019-02-17 12:20:11 -05:00
Jacob Wright
6eefb4b601 Fixes to correct solution 2019-02-05 15:12:14 -07:00
Jacob Wright
f7e015037e Ensure derive behaves consistently
Fixes https://github.com/sveltejs/svelte/issues/2056
2019-02-05 14:50:53 -07:00
Conduitry
82c247ea3e expose ESM and CJS versions of runtime code (#1886) 2018-12-22 00:42:44 -05:00