Skip to content

Latest commit

 

History

History
165 lines (100 loc) · 4.1 KB

CHANGELOG.md

File metadata and controls

165 lines (100 loc) · 4.1 KB

CHANGE LOG

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.


Added

Changed

Deprecated

Removed

Fixed

19.0.0 - 2021-07-08

Changed

  • Update messages to v17
  • [Go] Move module paths to point to monorepo (#1550)

18.0.0 - 2021-05-17

Changed

  • Upgrade to messages 16.0.0

17.0.2 - 2021-04-22

Fixed

7.0.1 - 2021-04-09

Fixed

7.0.0 - 2021-03-29

Changed

  • Update messages to 15.0.0

6.0.0 - 2020-08-07

Changed

  • Update messages to 13.0.1
  • Handle the JavaMethod and JavaStackTraceElement fields in SourceReference:
    • outputs <className>.<methodName>(<parameter1>,<parameter2>, etc) for JavaMethod
    • outputs <fileName>:<line?> for JavaStackTraceElement

5.1.0 - 2020-06-29

Changed

  • Upgrade to messages 12.2.0
  • Upgrade to gherkin 14.0.2

5.0.0 - 2020-04-14

Added

  • Output description for Backgrounds.

Changed

  • Upgrade to messages 12.0.0
  • Upgrade to gherkin 13.0.0

4.0.0 - 2020-04-01

Changed

  • Bump major version of messages

3.1.1 - 2020-03-02

Fixed

  • Fix 3.1.0 release

3.1.0 - 2020-03-02

Added

  • Handle text added with log.

3.0.0 - 2020-02-14

Changed

Upgrade messages

Fixed

  • Process rules
  • Output background name

2.2.0 - 2020-01-10

Changed

  • Upgrade to cucumber-messages 9.0.3

2.1.0 - 2019-12-10

Changed

  • Upgrade to cucumber-messages 8.0.0

Fixed

  • 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

Changed

  • Upgrade to cucumber-messages v6

Added

  • Initial release