Releases: julianpoemp/nestjs-redox
Releases · julianpoemp/nestjs-redox
nestjs-redox-1.3.3
1.3.3 (2025-02-28)
Bug Fixes
- nestjs-redox: TypeError: res.setHeader is not a function on fastify (0344de5)
encoding fix
1.3.2 (2025-02-27)
Bug Fixes
- nestjs-redox: invalid encoded text on some languages ref #10 (f86a600)
Thanks to
nestjs-redox-1.3.1
1.3.1 (2025-02-03)
Bug Fixes
- nestjs-redox: fix 'invalid character' error encoding JSON spec #9 (6eea401)
Thanks to
nestjs-redox-1.3.0
1.3.0 (2025-01-24)
Features
- nestjs-redox: improved compatibility for bigger swagger json files (11d42bf)
nestjs-redox-1.2.2
1.2.2 (2024-09-11)
Bug Fixes
- nestjs-redox: fastify multiple api spec throws "The decorator 'basicAuth' has already been added (622be00), closes #7
nestjs-redox-1.2.1
1.2.1 (2024-07-26)
Bug Fixes
- nestjs-redox: cdn replacement not working without write access to node_modules (806b694)
nestjs-redox-1.2.0
1.2.0 (2024-07-23)
Features
- nestjs-redox: new NestJSRedoxOptions.overwriteHeadersWith overwrites HTTP header for redoc (1097650), closes #6
- nestjs-redox: replace redoc cdn link with local svg on standalone (5a57946), closes #6
Thanks to
nestjs-redox-1.1.6
1.1.6 (2024-07-22)
Bug Fixes
- nestjs-redox: tag groups not working properly (853e9c6), closes #4
- nestjs-redox: wrong type for RedocOptions.expandResponses, should be string (5f14cde), closes #4
Thanks to
nestjs-redox-1.1.5
1.1.5 (2024-06-23)
Bug Fixes
- nestjs-redox: RedocOptions.logo and RedocOptions.tagGroups not working (9d8b1e0)
nestjs-redox-1.1.4
1.1.4 (2024-06-15)
Features
- nestjs-redox: generate Redoc page from static URL (4f35209)