Releases: common-workflow-language/schema_salad
schema_salad 7.1.20210518142926 ; type fixes and parallel testing improvements
schema_salad 7.1.20210316164414 ; binary wheels with mypyc
schema_salad 7.1.20210309094900 ; codegen enhancements
Java codegen: Support YAML 1.2 Core Schema 8b1b7b3 @mr-c
codegen: optional package name & copyright 578b675 @mr-c
fetch_text / resolv_ref: allow specifying desired content-type 2c05772 @mr-c
Enable CI via GitHub Actions fc427f4 90a31b3 @mr-c (inspired by @rupertnash )
Release testing: upgrades for Python 3.9 8f77e70 d43bbb0 @mr-c
schema_salad 7.0.20210124093443 ; codegen improvements + more
schema-salad-tool --codegen improvments
javacodegen: Fix exception handling of enum loader. #348 @jmchilton
javacodegen: generate Java 8 compatible code #352 @jdidion @mr-c
java and python codegen: cwl-v1.1 support #358 @leipzig @mr-c #360 @mr-c #362 @mr-c
pycodegen: add load_by_yaml function #361 @mr-c
javacodegen: implement fetchText & ExpressionLoader #372 @mr-c
pycodegen: Raise validation exception if element in list of URIs is not a string. #368 #370 @tetron
misc
enable mergify.io #365 @mr-c
pyupgrade to 3.6 syntax #363 @mr-c
Fix minor typos #366 @joshmoore
Rdflib 5.0.0 support #373 @Panaetius @mr-c
schema_salad 7.0.20200811075006 ; supports $schemas in python codegen
schema_salad 7.0.20200612160654 initial Python 3.9 support
schema_salad 6.0.20200601095207 Add `Warning: ` prefix to warnings
schema_salad 6.0.20200523200656 codegen optional_fields ; avro name validation fix ; mypyc
Optional codegen args #332 by @illusional
Fix Avro Name validation #324 by @rupertnash
Upgrade to MyPy 0.770 and refactoring to support compiling to CPython using mypyc #327 by @mr-c
Remove unused functions #295 by @tom-tan