Skip to content

Releases: nextflow-io/language-server

v1.0.3

13 Dec 06:04
2a0fa3c
Compare
Choose a tag to compare
  • Declare set variables as workflow-scoped variables
  • Provide more hover hints and auto-completions
  • Add sleep() function
  • Improve auto-includes for code completion
  • Always show Preview DAG button
  • Include top-level properties in parameter schema
  • Preserve Groovy-style type annotations in formatting, remove warning
  • Fix include resolution when a source file is deleted
  • Rename suppressFutureWarnings -> paranoidWarnings
  • Eliminate some false positive warnings
  • Wrap lines based on trailing comma

v1.0.2

25 Nov 17:19
390a0c0
Compare
Choose a tag to compare
  • Remove trailing spaces in formatting
  • Add deprecation warning for shell block
  • Improve help text of completion items
  • Add hyperlinks to DAG preview
  • Fix spread-dot and safe-dot in formatting
  • Preserve comments in process and output definitions
  • Add feature flags to config schema
  • Move shared code for Nextflow CLI into separate subproject
  • Remove warning for workflow-local variables declared without def
  • Fix resolution of classes in lib directory
  • Improve parsing of parameter schema
  • Improve formatting of include declarations

v1.0.1

12 Nov 22:53
16e92d2
Compare
Choose a tag to compare
  • Add throw statement to formatter
  • Improve string formatting
  • Improve warning for unused parameter
  • Upgrade Nextflow dependency to 24.10
  • Fix formatting of variable declaration with no initial value
  • Add missing config options for executor, mail
  • Improve parsing of workflow definitions

v1.0.0

28 Oct 03:27
19397d2
Compare
Choose a tag to compare
  • Bug fixes
  • Don't suggest completions when there is no ast
  • Don't add local variables from process script/stub to outputs
  • Improve errors when mixing statements and script declarations (#39)
  • Add missing config options
  • Update workflow outputs to second preview
  • Add missing operators

v1.0.0-rc2

21 Oct 13:36
cadb18b
Compare
Choose a tag to compare
v1.0.0-rc2 Pre-release
Pre-release
  • Support $defs in parameter schema (5f79278)
  • Improve support for external files (ca8433f)
  • Allow workflow take/emit without main (ffd8919)
  • Improve invalid directive errors (a8fafd5)
  • Exclude rootless workspace from initialize progress (cadb18b)

v1.0.0-rc1

08 Oct 18:27
bba88f4
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release
  • Add unit tests (bba88f4)
  • Add param definition as script declaration (5439df7)
  • Normalize type names for Channel in formatting and hover hints (5aa3892)
  • Suppress unused variable warning for variables starting with _ (b562702)