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.
- Diagnostics for marking steps as undefined in scenario outlines (#210)
- Malaysian localisation and translations for "Rule" in Vietnamese, Irish, Danish, Dutch (#123)
- Prevent formatting introducing trailing whitespace on headings (#123)
- Prevent formatting removing trailing comments (#123)
- Format table widths with full-width characters (#123)
- Downgrade diagnostic severity level of undefined steps to warnings (#127)
0.12.0 - 2022-10-06
- Upgrade all dependencies
0.11.0 - 2022-08-28
- Upgrade all dependencies
0.10.0 - 2022-05-25
- Use @cucumber/language-service 0.25.0
- LSP snippets are correctly escaped
- Autocomplete from Cucumber Expressions always yields values
0.9.0 - 2022-02-04
- Use @cucumber/language-service 0.12.1
- Use monaco-editor 0.32.0
- No more dependency on @cucumber/language-service
0.8.0 - 2021-11-08
- Use @cucumber/language-service 0.10.1
- Use monaco-editor 0.30.0
0.7.0 - 2021-11-08
- Use @cucumber/language-service 0.10.0
- Use @cucumber/language-server 0.3.1
0.6.1 - 2021-11-04
- Fixed compilation error in demo code
0.6.0 - 2021-11-04
- Upgrade to
@cucumber/language-service 0.9.0
- Removed the
<MonacoEditor>
React component (moved it to thetry
directory)
0.5.1 - 2021-11-02
- Upgrade to
@cucumber/language-service
version0.8.0
(should be backwards compatible)
0.5.0 - 2021-11-02
- Add a
<MonacoEditor>
React component
0.4.0 - 2021-10-13
- Upgrade to
@cucumber/language-service 0.5.0
0.3.0 - 2021-09-09
- Changed exports and API so the monaco global is configured once, and each editor configured once each.
- Fixed double-rendering of auto-complete
0.2.0 - 2021-09-08
- Add an
editor
argument to theconfigure
function (#1737 aslakhellesoy)
- Fix event listener for diagnostics by listening to the editor directly (#1737 aslakhellesoy)
0.1.0 - 2021-09-07
- Document Formatting (#1732 aslakhellesoy)
0.0.1 - 2021-09-02
- First release