All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
This document is formatted according to the principles of Keep A CHANGELOG.
19.0.0 - 2021-07-08
- Update messages to v17
- [Go] Move module paths to point to monorepo (#1550)
18.0.0 - 2021-05-17
- Upgrade to messages 16.0.0
17.0.2 - 2021-04-22
- Handle tagged examples (1489 aurelien-reeves)
7.0.1 - 2021-04-09
- Handle embeddings when step is issued from a hook (#1466 #1172 aurelien-reeves)
7.0.0 - 2021-03-29
- Update
messages
to 15.0.0
6.0.0 - 2020-08-07
- Update
messages
to 13.0.1 - Handle the
JavaMethod
andJavaStackTraceElement
fields inSourceReference
:- outputs
<className>.<methodName>(<parameter1>,<parameter2>, etc)
forJavaMethod
- outputs
<fileName>:<line?>
forJavaStackTraceElement
- outputs
5.1.0 - 2020-06-29
- Upgrade to messages 12.2.0
- Upgrade to gherkin 14.0.2
5.0.0 - 2020-04-14
- Output description for Backgrounds.
- Upgrade to messages 12.0.0
- Upgrade to gherkin 13.0.0
4.0.0 - 2020-04-01
- Bump major version of messages
3.1.1 - 2020-03-02
- Fix 3.1.0 release
3.1.0 - 2020-03-02
- Handle text added with
log
.
3.0.0 - 2020-02-14
Upgrade messages
- Process rules
- Output background name
2.2.0 - 2020-01-10
- Upgrade to cucumber-messages 9.0.3
2.1.0 - 2019-12-10
- Upgrade to cucumber-messages 8.0.0
- Support for text/plain attachments (haven't fully implemented support for other types)
- Support for Tags, DataTable and DocStrings
2.0.0 - 2019-10-17
- Upgrade to cucumber-messages v6
- Initial release