-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add support for Markdown output #84
Comments
I'd love to work on this! Following up on our slack discussion, the structure of a Markdown diff will be similar to this, as it's hard to display large objects in the The WIP can be found at https://github.com/shivensinha4/diff, and I'll create a PR once the subtype option is added :) |
@shivensinha4 Looking forward to the PR 🙂 |
@shivensinha4 how is it going, do you need some help? |
Sorry for the delay! Got caught up in some stuff. I'm done with most of the code, will look for and make any documentation edits soon : ) |
🎉 This issue has been resolved in version 0.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This library currently supports JSON, & YAML output.
We need to support Markdown output as well.
Check #75
Suggested solution:
The format of md output
Subject to change, but my initial thoughts are as follows:
breaking
,non-breaking
orunclassified
changes:Breaking Changes
remove
/servers/google
{}
add
/server/google/protocol
http
edit
/server/google/something/1
some value
new value
All changes
breaking
remove
/servers/google
{}
non-breaking
add
/server/google/protocol
http
unclassified
edit
/server/google/something/1
some value
new value
If you have other suggestions, drop them below :)
The text was updated successfully, but these errors were encountered: