Releases: davelopez/galaxy-workflows-vscode
Release v0.5.0
The Galaxy Workflows Extension is available at:
You can also manually install the extension by downloading the VSIX package included in this release and then running:
code --install-extension galaxy-workflows-0.5.0.vsix
What's Changed
- Improve document detection by @davelopez in #69
- Improve symbols provider by @davelopez in #70
- Improve validation profiles by @davelopez in #71
- Fix step export error validation rule by @davelopez in #72
- Fix duplicated document cache on remote GitHub repositories by @davelopez in #73
- Fix Format2 compatible primitive types validation by @davelopez in #74
- Fix Format2 validation for
Any
type by @davelopez in #75 - Handle union types in Format2 Schema by @davelopez in #76
- Ignore auto-complete suggestions for some schema elements in Format2 by @davelopez in #77
- Fix some completion edge cases in Format2 by @davelopez in #78
- Add validation rule to IWC profile to check all steps are documented by @davelopez in #79
- Prepare release v0.5.0 by @davelopez in #80
Full Changelog: v0.4.0...v0.5.0
Release v0.4.0
The Galaxy Workflows Extension is available at:
You can also manually install the extension by downloading the VSIX package included in this release and then running:
code --install-extension galaxy-workflows-0.4.0.vsix
What's Changed
- Ignore workspace settings by @davelopez in #64
- Update GitHub workflows by @davelopez in #65
- Add basic support for Workflow Test Files '*-test.yml' by @davelopez in #63
- Update ESLint configuration to ignore additional directories and files by @davelopez in #66
- Improve gxFormat2 auto-completion support by @davelopez in #67
- Prepare release 0.4.0 by @davelopez in #68
Full Changelog: v0.3.1...v0.4.0
Release v0.3.1
The Galaxy Workflows Extension is available at:
You can also manually install the extension by downloading the VSIX package included in this release and then running:
code --install-extension galaxy-workflows-0.3.1.vsix
What's Changed
- Bump all dependencies by @davelopez in #57
- Fix extension debugging by @davelopez in #58
- Disable clean diff comparisons in Timeline (temporarily) by @davelopez in #59
- Add automated release GitHub workflow by @davelopez in #60
- Match only YAML files with
gxwf.yml
suffix by @davelopez in #61 - Prepare patch v0.3.1 by @davelopez in #62
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Available at Open VSX Registry and VSCode Marketplace
What's Changed
- Add multi language server support by @davelopez in #48
- Basic YAML language service implementation by @davelopez in #50
- Explore gxformat2 schema support by @davelopez in #52
- Release v0.3.0 by @davelopez in #54
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Add compound launch configuration by @davelopez in #34
- Add support for custom validators by @davelopez in #35
- Add CI GitHub workflow by @davelopez in #36
- Fix unit test run in CI by @davelopez in #37
- Fix clean workflow by @davelopez in #39
- Make
cleanable
properties user configurable by @davelopez in #40 - Update Readme: add quick start section by @davelopez in #43
- Custom Validation Rule:
workflow_outputs
must have a label by @davelopez in #44 - Add Validation Profiles by @davelopez in #46
- Prepare release v0.2.0 by @davelopez in #47
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial release (preview)
What's Changed
- Add language configuration and grammar for syntax highlighting by @davelopez in #1
- Split into client extension and language server by @davelopez in #10
- Add temporal Hover provider by @davelopez in #11
- Add partial support for clean workflow diffs by @davelopez in #12
- Implement custom outline for native workflows (.ga) by @davelopez in #14
- Support both extension modes by @davelopez in #15
- Compare clean/simplified workflow diff in local repository by @davelopez in #16
- Add clean workflow command by @davelopez in #17
- Add basic JSON schema validation by @davelopez in #18
- Support schema documentation on hover by @davelopez in #19
- Add schema-based auto-completion by @davelopez in #20
- Update Readme and project documentation by @davelopez in #22
- Fix clean workflow trailing commas by @davelopez in #25
- Development improvements by @davelopez in #26
- More details in the schema by @simonbray in #28
- Refine the schema by @wm75 in #29
- Change
scopeName
for native workflow grammar definition file by @davelopez in #31 - Add unofficial schema notice + update docs by @davelopez in #30
- Add gxformat2 basic language syntax support by @davelopez in #32
- Prepare release v0.1.0 by @davelopez in #33
New Contributors
- @davelopez made their first contribution in #1
- @simonbray made their first contribution in #28
- @wm75 made their first contribution in #29
Full Changelog: https://github.com/davelopez/galaxy-workflows-vscode/commits/v0.1.0