🚀 Features
- Set default tsConfigFilePath to "tsconfig.json" in generateDocument function - by @yingzhi0808 (48932)
- Add docs and examples - by @yingzhi0808 (651cb)
- Add ast analyzer - by @yingzhi0808 (5cb21)
- Transform express path pattern into openapi path pattern - by @yingzhi0808 (13f75)
- Enhance the judgment of the express type - by @yingzhi0808 (d2aa4)
- Add support for custom operationId generation functions - by @yingzhi0808 (99778)
- Add the express request validation middleware - by @yingzhi0808 (85084)
- Supports extracting request bodies and parameter definitions from the zodValidation middleware - by @yingzhi0808 (94769)
- Supports intelligent merging of request body results from analyzers and parsers - by @yingzhi0808 (62e5f)
- Supports specifying required in the inline parameters of requestBody - by @yingzhi0808 (602fa)
🐞 Bug Fixes
- Update deps - by @yingzhi0808 (3c2dd)
- The parameters of the @operation tag should become optional when the ast analysis is enabled - by @yingzhi0808 (f41c7)