Skip to content

v0.8.2

Choose a tag to compare

@github-actions github-actions released this 26 Jan 12:05
· 1078 commits to main since this release
  • Improvements on worflow task form (#393):
    • supported JSON Schema enum type;
    • supported JSON Schema minimum, maximum, exclusiveMinimum and exclusiveMaximum for numeric types;
    • supported JSON Schema minItems and maxItems for array type;
    • supported reordering of array fields;
    • set bold font on nested required properties;
    • improved field validation error messages.
  • Add trailing slash to OAuth-callback url (#395).