Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

64 lines (47 loc) · 1.79 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Removed

  • Remove support for Node.js 14

[4.0.1] - 2022-03-31

Changed

  • Peer dependency of @cucumber/messages is now more permissive and simply request any version greater than 17.1.1

4.0.0 - 2022-03-16

Added

  • Support for EcmaScript modules (aka ESM) (#1756)

Changed

  • @cucumber/messagesis 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",
      }
    }

Deprecated

Fixed

Removed

3.0.0 - 2021-07-08

Changed

  • Upgrade to messages v17.0.0

2.1.0 - 2021-05-30

Added

  • The 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.

2.0.0 - 2021-05-17

Changed

  • Upgrade to messages 16.0.0

1.0.0 - 2021-03-23