Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 1.73 KB

CHANGELOG.md

File metadata and controls

59 lines (34 loc) · 1.73 KB

Change Log

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

[0.1.8] - 2023-04-12

  • Fix invalid boundary resolving of composite steps in composite files

[0.1.7] - 2023-04-05

[0.1.6] - 2023-03-13

[0.1.5] - 2023-02-23

Fixed

  • (Fixes vividus-framework#367) Fix meta parsing to not consider meta sign in step as part of meta tags block
  • Fix semantics error occurred when user selects VIVIDUS language mode for new text file that was not saved on the file system

[0.1.4] - 2023-02-21

Added

  • Add auto-completion for locally defined composite steps
  • Highlight composite step files content

[0.1.3] - 2023-02-13

Fixed

  • Do not invoke completion items list on typing inside unbounded argument

[0.1.2] - 2023-02-10

Fixed

  • Highlight multiline step arguments

[0.1.1] - 2023-02-06

Fixed

  • Fix internal accessibility error (#32603) when running VIVIDUS: Run Stories command

[0.1.0] - 2023-02-03

Added

  • Add auto-completion for regular and composite steps
  • Add syntax highlighting for scenarios, scenarios examples, steps, steps arguments, comments, meta info, lifecycle, story examples and given stories
  • Add command to run stories from IDE
  • Add VIVIDUS icon for story and commposite step files
  • Add auto-assembling of test project
  • Add automatic location of JDK 17 in the system