Skip to content

Releases: hawry/deforest

v0.4.0

17 Mar 18:22
a7da0b7
Compare
Choose a tag to compare

New functionality

  • doesn't sort the output when using YAML format

v0.3.3

13 Mar 16:42
Compare
Choose a tag to compare

Fixes the TypeError error when running deforest from the command line

v0.2.3

20 Oct 10:27
Compare
Choose a tag to compare

New features

  • Added support for the AWS::Serverless::Api resource type

v0.2.2

14 Oct 19:06
5416f4e
Compare
Choose a tag to compare

Bug fixes for #3 and #4

v0.2.0

13 Oct 14:24
7c801c5
Compare
Choose a tag to compare

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

13 Oct 11:09
5d97cbb
Compare
Choose a tag to compare

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.