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.
5.0.1 - 2022-03-31
- Peer dependencies are now more permissive and simply request any version greater than:
- @cucumber/gherkin: >=22.0.0
- @cucumber/messages: >=17.1.1
- @cucumber/message-streams: >=4.0.0
5.0.0 - 2022-03-07
@cucumber/gherkin
,@cucumber/messages
and@cucumber/message-streams
are now peer dependencies. You now have to add@cucumber/gherkin
in your dependencies:(PR#5){ "dependencies": { + "@cucumber/gherkin": "22.0.0", "@cucumber/gherkin-streams": "5.0.0", } }
4.0.0 - 2021-09-01
- Upgrade to
@cucumber/messages
17.1.0
- Upgrade to
@cucumber/gherkin
21.0.0
3.0.0 - 2021-07-08
- Upgrade to
@cucumber/messages
17.0.0
- Upgrade to
@cucumber/gherkin
20.0.0
2.0.2 - 2021-05-17
- Upgrade to
@cucumber/message-streams
2.0.0
2.0.1 - 2021-05-17
- Use
^x.y.z
version for@cucumber/*
dependencies, allowing minor and patch releases to be picked up.
2.0.0 - 2021-05-15
- Add ability to specify a
relativeTo
path for cleaner emitteduri
s #1510
- Upgrade to gherkin 19.0.0