Skip to content

v0.3.0

Compare
Choose a tag to compare
@mikunn mikunn released this 20 Nov 12:24
· 20 commits to master since this release

New

  • Add option -c | --clean to clean the result from methods and endpoints that don't have any defined schemas. Use this with the --no-responses option to clean empty get schemas

Change

  • Properties marked as readOnly are removed from request schemas. If the property is defined in the required array, it will be removed as well. The property will remain untouched in responses.
  • Properties marked as writeOnly are removed from response schemas. If the property is defined in the required array, it will be removed as well. The property will remain untouched in requests.
  • The option merge-allof is removed. Merging is always applied.