Skip to content

v0.1.6

Compare
Choose a tag to compare
@mlin mlin released this 23 Apr 07:01
71fb6f4

miniwdl check

  • Fix suppression of UnusedDeclaration on dxWDL task stubs for 'native' applets (#120 @jtratner)

miniwdl cromwell

  • Bump to Cromwell 40
  • Add --version flag to display miniwdl & Cromwell versions (#121)

WDL

  • Add JSON codec for all WDL.Value classes
  • Add WDL.Error.RuntimeError

API changes

  • rename WDL.StructType to WDL.StructTypeDef to reduce confusion with WDL.Type.StructInstance
  • change internal representation of meta and parameter_meta values from string to string_literal (also fix parsing of escaped single-quotes in string_literal)