Skip to content

Releases: common-workflow-language/schema_salad

1.18.20161005190847

05 Oct 19:39
Compare
Choose a tag to compare
Bugfix for validating "class" field. (#61)

1.18.20160930145650: Optimize validate (#60)

30 Sep 15:13
Compare
Choose a tag to compare
Validation can now either fail fast (raise_ex=False) or fail with
explanation (raise_ex=True).  Improve validation performance by using fail fast
when checking unions.  Optimize record validation by performing explicit check
for "class" first.  Improve validation error reporting for unions when one of
the types is an exact match for class by suppressing errors for other types in
the union.

Other changes:
* Use unicode strings more consistently.
* makedoc applies table styling
* Add version constraint to lockfile package dependency

v1.17.20160820165726

20 Aug 16:59
Compare
Choose a tag to compare
Add version constraint typing >= 3.5.2 so ruamel typechecks work. (#55)

v1.16.20160810195039: Merge pull request #48 from common-workflow-language/fix-jsonld-context

10 Aug 19:51
Compare
Choose a tag to compare