theoomoregbee / sails-hook-swagger-generator

A tool to help generate Swagger specification documentation based on OAS 3.0 for Sails APIs
MIT License
78 stars 33 forks source link

fix: Correct merge of custom `{blueprintAction}` from model files #78

Closed danielsharvey closed 4 years ago

danielsharvey commented 4 years ago

Previously, allActions custom documentation in model files was correctly merged into the final output, but per-blueprint-action documentation (in either JSDoc or swagger element) was missed.

Closes #77.

theoomoregbee commented 4 years ago

:tada: This PR is included in version 3.2.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: