-
Notifications
You must be signed in to change notification settings - Fork 23
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
Merge release 0.5.0 into 1.0.x #170
Merged
Merged
Conversation
This file contains 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
This should allow us to have up-to-date documentation.
It makes it easier to change things afterwards.
It makes it easier to change method signatures, and reason about the code. Many classes were left not final because they are mocked in tests.
Declare past, current and upcoming branches
Co-authored-by: Grégoire Paris <postmaster@greg0ire.fr>
Close api
Merge up 0.4.x into 0.5.x
Adding an Error object
Added note about the updated Error Handling
Fix exception message formatting in TableNode
The classifier token should be " : " instead of ":"
Fix parsing definition list term
Just because there is a new chapter does not mean this is a new book.
adding test case for sections closing too far
Merge release 0.4.1 into 0.5.x
Add support for non-Latin scripts in titles
Not migrating the static analysis workflow since Psalm is not setup on this repository yet.
Reuse workflows from upstream
I am not sure this is going to fix it, but it would make sense not to pass secrets to another workflow by default.
Explicitly pass secrets to release workflow
…into-0.5.x_wWbHwUh8
Merge release 0.4.2 into 0.5.x
Fixing bug where indented table header was seen as a dl
Fixing indentation stripped (affect diff highlighting)
…ication Remove nested ifs from DocumentParser
Merge release 0.4.4 into 0.5.x
greg0ire
approved these changes
Oct 23, 2021
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.
Release Notes for 0.5.0
Feature release (minor)
0.5.0
Total issues resolved: 0
Total pull requests resolved: 3
Total contributors: 2
152: Added note about the updated Error Handling thanks to @Nyholm
148: Adding an Error object thanks to @Nyholm
144: Close api thanks to @greg0ire