Skip to content

v0.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Apr 15:09
· 17 commits to prod since this release

New features

  • Separate Optional from Nullable
  • Optional is only used in parameters and specifies that given parameter has default value
  • Both can be override separately