Skip to content

v5.0.0

Compare
Choose a tag to compare
@nullobject nullobject released this 11 Feb 10:45
· 62 commits to master since this release
  • 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