(svelte) - Expand Readables with factory and PromiseLike methods (#862)
* Reimplement query/mutate/subscription store factories
`query` and `subscription` are now Readables as well as recursive Store factories.
`mutate` is now curried but also returns Readable.
* Add rule for overwriting `pause` with `false` by default
* Add PromiseLike interface to mutate and query
* Keep shared state active on subscription/query
* Allow calling query/subscription store factory without args
* Fix pause/execute behaviour
* Add changeset
authored by