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

No diff on @api between two versions of the same route #963

Closed
fberrez opened this issue May 6, 2021 · 1 comment
Closed

No diff on @api between two versions of the same route #963

fberrez opened this issue May 6, 2021 · 1 comment
Labels

Comments

@fberrez
Copy link

fberrez commented May 6, 2021

Describe the bug

There is no diff between two versions of the same route.

Steps to reproduce

/**
 * @api {post} /my/route Call my route
 * @apiVersion 1.0.0
 * @apiName MyName
 * @apiGroup MyGroup
 */

/**
 * @api {post} /my/awesome/route Call my awesome route
 * @apiVersion 1.1.0
 * @apiName MyName
 * @apiGroup MyGroup
 */

Result:

image

Information

  • Version of apidoc: 0.27.1
  • Operating system (e.g. GNU+Linux/MacOS/Windows): MacOS
  • Browser (e.g. firefox, chrome): firefox
@fberrez fberrez changed the title No diff on @api No diff on @api between two versions of the same route May 6, 2021
@NicolasCARPi
Copy link
Collaborator

Can you try with latest code on master branch please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants