Conversation
Merged
Owner
Author
|
Markdig is now officially 1.0 ! 🎉 |
|
Congrats on 1.0! I take it there are no particular changes needed when upgrading projects that use Markdig, and Markdig plugins, to 1.0? |
Collaborator
|
You can scan through the release notes, but no, there shouldn't be anything different when upgrading to 1.0 compared to any previous version change. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Markdig API has been relatively stable for the past years. The version 0.x was kept around for the main reason that I was hoping the CommonMark specs to settle to 1.0 but it never came, so it's probably time to move on.
This PR is empty, just forcing a modification to create it.
I have added several commits today to make it ready for 1.0, in particular to make all the internal API currently used by parsers public so users have same access.
The API is not amazing, but this is what was developed 10 years ago. It has been made a bit more complicated after the support for roundtrip, but it has proven to be quite solid despite some parts being ugly.
If we have the courage, we can revisit it for 2.0☺️
I don't know if we expect more changes for 1.0 but I'm letting this PR opened until we do.
A draft website is now available at https://xoofx.github.io/markdig
I will perform a pass tomorrow to verify all the documentation, and might add changes to this PR.
cc: @MihaZupan