Skip to content

Releases: rabix/benten

2021.1.25

25 Jan 20:05
Compare
Choose a tag to compare

Updates to VS Code client:

  1. Add path to server in VS Code configurations.
  2. Use manylinux distribution.

2021.01.05

05 Jan 19:50
Compare
Choose a tag to compare

Server

  1. Use latest version of cwl-format. This only changes the order of cwlVersion and class
  2. Pin version of ruamel.yaml to avoid certain YAML bugs

VS Code client

  1. Include auto server code downloading as implemented by @tetron

2020.12.23

23 Dec 03:17
Compare
Choose a tag to compare

This release implements automatic downloading of Benten server binaries from github releases.

See #103

2020.11.15

16 Nov 03:24
Compare
Choose a tag to compare

Please see Readme for detailed description

Fixes

  • Documents are once again displayed on hover (#101)

Changelog

2020.09.28

29 Sep 02:10
Compare
Choose a tag to compare

Please see Readme for detailed description

Fixes

  • Bug in $include and $import has been fixed (#100)
  • Minor bug in displaying $imported type on hover has been fixed (ce3664c)

Changelog

2020.09.15

15 Sep 19:11
Compare
Choose a tag to compare

Please see Readme for detailed description

Enhancements

  • Add 1.2 to language specification list

Fixes

  • A minor formatting bug with showing file contents on hover has been fixed (#89)

Changelog

2020.06.03

03 Jun 21:03
Compare
Choose a tag to compare

Please see Readme for detailed description

Enhancements

  • Allow formatting via cwl-format
  • Add 1.2.0-dev3 to language specification list

Fixes

  • Force workflow preview background to white (#91 )

Changelog

2020.03.10

10 Mar 13:50
Compare
Choose a tag to compare

Please see Readme for detailed description

Enhancements

  • Auto-completer for types now offers user defined types too
  • Show language documentation on hover (#86)

Fixes

  • Fix type import path handling (#82)
  • Fixes auto-complete issue with records (#83)
  • Harden array type against malformed CWL

Changelog

2020.02.06

06 Feb 13:48
Compare
Choose a tag to compare

Please see Readme for detailed description

This release resolves several issues with how $import and $include were handled. Notably, we now get a file browser for imports/includes and hints with imports are properly resolved.

Resolves #75, #78, #79, #80, #81

I know, I know. We missed palindrome day by this much.

Changelog

2020.01.21

21 Jan 10:45
Compare
Choose a tag to compare

Please see Readme for detailed description

  • A bug in schema handling has been fixed. This prevented Benten from correctly interpreting some types such as Dirent.

Changelog