-
Notifications
You must be signed in to change notification settings - Fork 44
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
Release notes automatization #66
Comments
@DenTray I have done research on this issue. We can rewrite the code of this library in php to get a difference between the documentation versions for Swagger (v1, v2). There is also a version of this library for Open API Specification (v3), also written in Java. |
@vitgrams great thanks for your investigation! About the generating file of the doc difference, could you please generate some example using the Java library? For this please make the following:
After finish with the example file - please try to find some free templates which can display the changes in the browser. I believe that IDE plugins are good but it will works only for developers team and force to install some additional tools which are not the best solution. |
@DenTray Generated documentation diff for two API versions. The results have been attached. Could you please take a look? |
@vitgrams thanks a lot! I believe such view is enought. Let's port java code to the php inside the Laravel-Swagger package |
@vitgrams we need to do the following
|
@DenTray Branch |
It would be very helpfull to have an abulity to see chnages list between the each documentations change.
On each save documentation - we may set some version to the new documentation file and save the difference to the version.
We also need to find a way how to display these changes.
The text was updated successfully, but these errors were encountered: