v5.0.0
- Rename
value
->next
to match the observable proposal - Remove runtime dependency on Fkit
- Mark subscriptions as closed when an observer unsubscribes
- Allow
Signal.of
to take multiple arguments - Don't allow functions which take multiple arguments to an array (use the array spread syntax instead)
- Rename fromArray -> from