Skip to content

Releases: broadinstitute/winstanley

Winstanley 0.4.1

09 Jan 21:52
4127905
Compare
Choose a tag to compare

Minor version:

  • Allows and highlights WDL with a 'version development' declaration, but treats it like 1.0 for now

Winstanley 0.4

02 Aug 20:45
3e1e0ee
Compare
Choose a tag to compare
  • Highlight missing, misspelled, and extraneous inputs at call sites (WDL 1.0 only)

Winstanley 0.3.3

12 Jul 18:52
8226caf
Compare
Choose a tag to compare
  • Fixed an issue that caused variables named "version" to be incorrectly flagged as errors

Winstanley 0.3.1

18 Apr 18:57
Compare
Choose a tag to compare

Some small bug fixes in the draft 3 support.

Winstanley 0.3

06 Apr 21:08
Compare
Choose a tag to compare

Initial WDL Draft 3 support

0.2

13 Feb 19:36
000b7be
Compare
Choose a tag to compare
0.2

Go to declaration added for tasks and calls

v0.1.10

07 Nov 21:44
Compare
Choose a tag to compare

A few bug fixes from 0.1.9:

  • Stopped IDE assertion errors being thrown in the background due to creating empty collapsible ranges.
  • Allowed parsing nested WDL optional types (eg Int??)

v0.1.9

30 Oct 15:19
ff13a40
Compare
Choose a tag to compare

Fixes a couple of issues surfaced by 0.1.8:

  • Extra } insertion when writing new blocks
  • Fail to follow value references from one declared output to another.

v0.1.8

17 Oct 17:30
Compare
Choose a tag to compare

Adds pair literals so that they can now be parsed correctly.

Additionally, this is the first release that adds features beyond syntax highlighting. For example:

  • Code block collapsing
  • Brace matching
  • Auto-commenting
  • Detection of missing value declarations
  • In places where declared values are used, "Go to declaration" with CMD+B will now take you to the place where the value was originally declared.