Highland.js v2.10.0 Release Notes

  • 🆕 New additions

    • of: Creates a stream that sends a single value then ends. #520.
    • fromError: Creates a stream that sends a single error then ends. #520.
    • When constructing a Highland stream from a Node Readable, the onFinish handler may now turn off the default automatic end on errors behavior by returning an object with the property continueOnError set to true. #534. Fixes #532.