Skip to content

Releases: julianpoemp/nestjs-redox

nestjs-redox-1.2.2

11 Sep 06:37
cfe4b03
Compare
Choose a tag to compare

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

26 Jul 11:39
d98724b
Compare
Choose a tag to compare

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

23 Jul 15:33
d13948d
Compare
Choose a tag to compare

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

22 Jul 22:00
d4cbbba
Compare
Choose a tag to compare

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

23 Jun 08:13
e87cf25
Compare
Choose a tag to compare

1.1.5 (2024-06-23)

Bug Fixes

  • nestjs-redox: RedocOptions.logo and RedocOptions.tagGroups not working (9d8b1e0)

nestjs-redox-1.1.4

15 Jun 09:27
e01e6ff
Compare
Choose a tag to compare

1.1.4 (2024-06-15)

Features

  • nestjs-redox: generate Redoc page from static URL (4f35209)

nestjs-redox-1.1.3

29 May 07:17
0a93324
Compare
Choose a tag to compare

1.1.3 (2024-05-29)

Bug Fixes

  • nestjs-redox: add missing theme property (e20cd7e)

Thanks to

  • @blastZ for contributing the theme feature und e2e tests

nestjs-redox-1.1.2

06 Mar 10:02
5413a9c
Compare
Choose a tag to compare

1.1.2 (2024-03-06)

Bug Fixes

  • nestjs-redox: basic auth with fastify not working (39ff94d)

nestjs-redox-1.1.1

06 Mar 09:22
d6ce3c9
Compare
Choose a tag to compare

1.1.1 (2024-03-06)

Bug Fixes

  • nestjs-redox: refused to execute inline script ref #1 (fa404fa)

nestjs-redox-1.1.0

03 Mar 21:18
4bc444b
Compare
Choose a tag to compare

1.1.0 (2024-03-03)

Features

  • nestjs-redox: option "redocBundlesDir" enables setting path for redoc bundles dir (7960257)