Releases: common-workflow-lab/cwl-d-auto
Releases · common-workflow-lab/cwl-d-auto
v1.0.4
v1.0.3
- Update dependencies
v1.0.2
- Update dependencies
v1.0.1
- Update dependencies
v1.0.0
- Update backend YAML parser to support more complex CWL documents
- e.g., Documents in which there is
:
in the unquoted strings
- e.g., Documents in which there is
- Update parsers that supports CWLObjectType for input objects
- Remove deprecated
cwl_d_auto
module- Use
cwl
module instead
- Use
v0.3.1
- Update dependencies
v0.3.0
- Fix handling of the fields with null value
- Replace
Either
withUnion
v0.2.1
- Update schema-salad-d to improve error messages for un-dispatchable field values such as the
class
field inProcess
type.
v0.2.0
- The
cwl_d_auto
module is now deprecated. Use thecwl
module instead.
v0.1.5
- Support link fields that are resolved with identifier resolution. See common-workflow-language/schema_salad#633.