Releases: hawry/deforest
Releases · hawry/deforest
v0.4.0
v0.3.3
v0.2.3
v0.2.2
v0.2.0
New features
Ignore paths
The latest release adds the ability to ignore certain paths during export. If any node has a child with the value x-deforest-ignore: true
, that node will not be exported. This can be used everywhere in the specification, but the use case is to either hide a single resource method, or an entire path if you have any internal API endpoints that you do not wish to add to the public documentation for any reason.
v0.1.1
New features
Support for CloudFormation templates
deforest now support CloudFormation templates as input instead of only an OAS3/Swagger 2 specification. If the CF template contains one or more Resources with the Type: AWS::ApIGateway::RestApi
with a Body property - those will be exported without x-amazon
tags.