All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added support for arrays in body definition
- Cleaned up code
- Increased code coverage
- Support for data models was added
- Support for parameters was added
- Methods can now be marked as deprecated
- OpenApiMingle class was added to support multiple schemas combining check article Maintaining REST API Documentation with Node.js — Part II and you can check for a demo server here: https://github.com/nelsongomes/server/blob/main/src/mingle-demo.ts
- bodySchema method was replaced with bodySchema openApi.declareSchema
- demo service was updated https://github.com/nelsongomes/server/
- Updated npm engine >=6
- This version is not working properly, due to an export bug.
- First generally available release.
- Updated documentation.
- Added helpers for security and types.
- First release.
- Decent code coverage > 90%