Sova

Results 207 issues of Sova

![image](https://user-images.githubusercontent.com/5620073/97091454-a2cf1680-1644-11eb-9e33-cd612d3aa4f7.png)

bug

Relates #98

enhancement

Much of the cases to cover with types https://tsplay.dev/w2EpxW relates #185

enhancement

```ts interface Value { foo: number | null; bar?: string; } const $demo = createStore(null); const [$foo, $bar] = remap($demo, ["foo", "bar"]); // type: [Store, Store] const $justFoo = remap($demo,...

RFC

https://tsplay.dev/WvYqQm

enhancement
help wanted

```js const $data = createStore({ foo: 1, bar: 2 }) const { wow, demo } = reshape({ source: $data, shape: { wow: "foo", demo: (obj) => obj.bar, }, }) ```

enhancement

From #92

documentation

- [ ] `combineEvents` - [ ] `condition` - [ ] `debounce` - [ ] `debug` - [ ] `delay` - [ ] `every` - [ ] `inFlight` - [...

tests

Maybe add task number parser and add link to it? ``` bash git commit -m"fix: #212" ``` to: ``` md * [[`20f8e7f17a`](https://github.com/user/repo/commit/20f8e7f17a)] - **fix**: [#212](https://github.com/user/repo/issues/212) (LestaD) ```