Skip to content

Releases: tom-tan/schema-salad-d

v1.1.1

31 Mar 13:27
v1.1.1
3fe9554
Compare
Choose a tag to compare
  • Fix opCast!Node when conerting object without any fields

v1.1.0

29 Jul 09:21
v1.1.0
eec5f4b
Compare
Choose a tag to compare
  • Fix handling of the fields with null value
  • Support saladVersion
  • Replace Either with Union

v1.0.2

02 Mar 06:13
v1.0.2
d51df2f
Compare
Choose a tag to compare
  • Improve error messages for invalid dispatchable field values
    • Here is an example:
      cwlVersion: v1.0
      class: CommandLineToola # typo!
      ...
    • Error message before 1.0.1:
      formattest.cwl(4): Unknown record type: CommandLineToola
    • Error message since 1.0.2:
      formattest.cwl(4): Unknown class field: `CommandLineToola` (canditates: `CommandLineTool`, `ExpressionTool`, `Workflow`)

v1.0.1

11 Dec 02:34
v1.0.1
1276d86
Compare
Choose a tag to compare
  • Move cwl.v1_0 to salad.tests.cwl.v1_0 not to conflict with cwl module in cwl-d-auto.

v1.0.0

11 Dec 01:44
v1.0.0
ae9ae6c
Compare
Choose a tag to compare

Breaking change

  • The cwl package in schema-salad is now used only in the unittest build. Use the cwl package in cwl-d-auto for production.

v0.11.0

30 Nov 12:24
v0.11.0
87c7357
Compare
Choose a tag to compare

v0.10.3

19 Nov 04:01
v0.10.3
ba0eee9
Compare
Choose a tag to compare
v0.10.3

v0.10.2

18 Nov 20:21
v0.10.2
e50d9b8
Compare
Choose a tag to compare
v0.10.2

v0.10.1

10 Nov 17:54
v0.10.1
f2e9791
Compare
Choose a tag to compare
  • Improve handling of Any type

v0.10.0

10 Nov 16:44
v0.10.0
79df55d
Compare
Choose a tag to compare