Skip to content

v6.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Mar 14:23
· 12 commits to main since this release
b9ada75

Minor Changes

  • Add addOne argument to takeWhile, allowing an additional value to be issued
    Submitted by @kitten (See #156)

Patch Changes

  • Convert Push<T> and Start<T> signals to { tag, 0: value } objects, which are sufficiently backwards compatible and result in slightly faster execution in v8
    Submitted by @kitten (See #155)