You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HTML output appears to be the same as the console output.
I was thinking that maybe the --info flag would output the additional information on the console and maybe also include that extra output in the HTML but the --info flag doesn't appear to do anything.
Actually, the md and html outputs are mostly similar, I think. HTML is definitely missing information, as evidenced by the 57KB difference in size of the output files.
Specifically, the html file will tell me that that an endpoint's schema has changed but not how. In my case today, the maxLength property on a string field was the only non-description difference between two versions--a breaking change, certainly, but I had to dig into both json files myself to figure that out. The md file also did not tell me that this was the difference, but it at least told me the name of the field where the properties have changed.
I don't know if the json output will tell me this information--the file size was over 10,000x that of the html and md files. No joke: the same diff produced a 113KB html file and a 1.1GB json file 🤯 I've had some difficulty doing anything with it to see what data it contains, but if it's that large it probably has all the information that I was hoping to see in the html file (and then some... and some more).
Markdown output got all changes, but Html is missing new optional properties / descriptions
The text was updated successfully, but these errors were encountered: