Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Fallback routing #15

Closed
2 tasks done
matzehecht opened this issue Aug 15, 2020 · 2 comments · Fixed by #18
Closed
2 tasks done

Feature: Fallback routing #15

matzehecht opened this issue Aug 15, 2020 · 2 comments · Fixed by #18
Assignees
Labels
enhancement New feature or request Finished These issues are finished released

Comments

@matzehecht
Copy link
Owner

matzehecht commented Aug 15, 2020

Fallback routing to index.ts as controller if no tag is specified:
ToDo:

  • basic functionality
  • Make this opt-out
matzehecht added a commit that referenced this issue Aug 19, 2020
…(with opt-out)

This changes the default behavior! The current behavior can be achieved by an opt-out.

BREAKING CHANGE: 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.

Closes #15
@matzehecht matzehecht added the enhancement New feature or request label Aug 19, 2020
@matzehecht matzehecht self-assigned this Aug 19, 2020
@matzehecht matzehecht added the Finished These issues are finished label Aug 20, 2020
matzehecht added a commit that referenced this issue Aug 20, 2020
…(with opt-out)

This changes the default behavior! The current behavior can be achieved by an opt-out.

BREAKING CHANGE: 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.

Closes #15
matzehecht added a commit that referenced this issue Aug 20, 2020
…(with opt-out)

This changes the default behavior! The current behavior can be achieved by an opt-out.

BREAKING CHANGE: 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.

Closes #15
@github-actions
Copy link

🎉 This issue has been resolved in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link

🎉 This issue has been resolved in version 3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Finished These issues are finished released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant