@cucumber/message-streams
Advanced tools
Changelog
[4.0.1] - 2022-03-31
Changelog
[4.0.0] - 2022-03-16
@cucumber/messages
is now a peer dependency. You have to add @cucumber/messages
in your dependencies:
{
"dependencies": {
+ "@cucumber/messages": "17.1.1",
"@cucumber/message-streams": "4.0.0",
}
}
Changelog
[2.1.0] - 2021-05-30
NdjsonToMessageStream
constructor accepts an optional function for parsing
a line, which may return null if a line is ignored. This can be used to improve performance
by ignoring certain lines.