Skip to content

Releases: matzehecht/koa-oas-router

v3.1.1

11 Dec 15:48
Compare
Choose a tag to compare

3.1.1 (2024-12-11)

Bug Fixes

v3.1.1-beta.1

11 Dec 15:41
Compare
Choose a tag to compare
v3.1.1-beta.1 Pre-release
Pre-release

3.1.1-beta.1 (2024-12-11)

Bug Fixes

v3.1.0

16 Nov 23:26
Compare
Choose a tag to compare

3.1.0 (2024-11-16)

Bug Fixes

  • update all dependencies (d817f1c)
  • update minor dependency updates (7bfbf0e)

Features

v3.1.0-beta.1

16 Nov 22:36
Compare
Choose a tag to compare
v3.1.0-beta.1 Pre-release
Pre-release

3.1.0-beta.1 (2024-11-16)

Bug Fixes

  • update all dependencies (d817f1c)
  • update minor dependency updates (7bfbf0e)

Features

v3.0.2

14 Mar 17:58
Compare
Choose a tag to compare

3.0.2 (2023-03-14)

Bug Fixes

v3.0.1

13 May 10:49
Compare
Choose a tag to compare

3.0.1 (2021-05-13)

Bug Fixes

v3.0.0

21 Aug 16:35
Compare
Choose a tag to compare

3.0.0 (2020-08-21)

Bug Fixes

Code Refactoring

  • logger: removes logger (b6d3a89), closes #6

Features

  • controller: map to controller now can fallback to index module (with opt-out) (594f395), closes #15
  • controller function: map to controller function now can fallback (d91ce7a), closes #18
  • path routing: optionally you can now map the controller by the request path (098b9e9), closes #17

BREAKING CHANGES

  • controller function: If no operationId is specified in an operation the mapped controller function name
    falls back to path + method (path in lower and method in PascalCase). You can opt this out with
    fallbackControllerFunctionToPath on AddFromSpecificationOpts.
  • controller: If no tag is specified in a operation the mapped controller falls back to the index
    module. You can opt this out with fallbackControllerToIndex on AddFromSpecificationOpts.
  • logger: Removes the logger option from the constructor

v2.0.1

21 Aug 16:05
Compare
Choose a tag to compare

2.0.1 (2020-08-21)

Bug Fixes

  • controller: fixes wrong mapping (8061be7)

v2.0.0

20 Aug 23:39
Compare
Choose a tag to compare

2.0.0 (2020-08-20)

Bug Fixes

Code Refactoring

  • logger: removes logger (0b2ca6b), closes #6

Features

  • controller: map to controller now can fallback to index module (with opt-out) (8006667), closes #15
  • controller function: map to controller function now can fallback (3761d5b), closes #18
  • path routing: optionally you can now map the controller by the request path (0d1f41c), closes #17

BREAKING CHANGES

  • controller function: If no operationId is specified in an operation the mapped controller function name
    falls back to path + method (path in lower and method in PascalCase). You can opt this out with
    fallbackControllerFunctionToPath on AddFromSpecificationOpts.
  • controller: If no tag is specified in a operation the mapped controller falls back to the index
    module. You can opt this out with fallbackControllerToIndex on AddFromSpecificationOpts.
  • logger: Removes the logger option from the constructor

v1.3.0

15 Aug 00:39
Compare
Choose a tag to compare

1.3.0 (2020-08-15)

Features