Skip to content

Releases: nextflow-io/language-server

v25.04.0

08 May 21:15
159b189

Choose a tag to compare

  • Support azure.batch.pool.<name> config scope
  • Add name checking for config files
  • Add label details to completions
  • Highlight callable variables as functions
  • Improve scope checking for operators and operator closures
  • Improve completions and hover hints for standard types
  • Move compiler module into Nextflow (nf-lang)
  • Add unit tests
  • Initialize workspace in background
  • Bump Nextflow 25.04.0

v24.10.4

02 May 00:15
966c3ac

Choose a tag to compare

  • Fix formatting of assert statements
  • Improve logging of compiler exceptions
  • Add command to preview workspace
  • Fix out-of-bounds error when applying incremental file changes

v24.10.3

11 Apr 23:21
a403b72

Choose a tag to compare

  • Fix formatting of param declarations

v24.10.2

10 Apr 22:15
54dc2da

Choose a tag to compare

  • Show error when formatting is cancelled due to syntax errors
  • Add option to toggle extended completions
  • Add option for max completion items
  • Replace paranoid warnings flag with error reporting mode
  • Add option to sort script declarations
  • Fix bug with formatting closure with labels

v24.10.1

27 Feb 21:57
363cb42

Choose a tag to compare

  • Add formatting option for Mahesh form
  • Fix formatting of closures with no parameters

v24.10.0

25 Feb 16:09
923f6b1

Choose a tag to compare

  • Fix set assignment with pipe
  • Fix issues with lowering to Groovy AST

v1.0.4

17 Jan 23:09
dff88b5

Choose a tag to compare

  • Improve config syntax errors (#91)
  • Semantic highlighting (#92)
  • Fix detection of tap assignment (#89)

v1.0.3

13 Dec 06:04
2a0fa3c

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

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

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