Releases: mbowman100/swagger-validator-action
Releases · mbowman100/swagger-validator-action
General improvements
-
Remove
set-env
from examples:- The
set-env
command is deprecated and will be disabled on November 16th. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
- The
-
Added support for space separated list of files when using
set-output
. -
Updated action outputs (see README).
Bug fixes
- Fixed problem with action.yaml file causing the action to fail to load.
Update packages, fix example and add self test action
- @actions/http-client to 1.0.8,
- updates only node_modules folder
- the bot only updated packages.json file
- @APIDevTools/swagger-cli from 3.0.1 to 4.0.2
- support for OpenApi 3.0.3
- uses new npm scope APIDevTools (see Changelog)
- @actions/core to 1.2.4
- @actions/github to 4.0.2
- Fix example in README
- used fixed version (... @ v1 to ...@ master)
- rename (spelling mistake) exmaple.yaml → example.openapi.yaml
- Create workflow to run this action with example.openapi.yaml
- tests every new push (Continuous Integration)
Bug fixes
- Fixed bug with validation checks around no files found
General improvements
- Make action easier to find on the marketplace
- Don't fail if no files found
- Improve example to skip if no files found
v1.1
Features
Validate swagger API documentation.
v1.0
Features
Validate swagger API documentation.