-
Notifications
You must be signed in to change notification settings - Fork 172
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
Remove deprecated methods in Options, OptionsBuilder, Attributes & AttributesBuilder #1200
Remove deprecated methods in Options, OptionsBuilder, Attributes & AttributesBuilder #1200
Conversation
1efdb03
to
6e2756a
Compare
This looks good. |
Enjoy! I need to review the docs and I want to start a "migration guide". We owe to the users to make the migration simple. I can go back to other projects in the meantime. |
I decided to also remove The current WIP migration guide should make things a lot clearer https://github.com/asciidoctor/asciidoctorj/pull/1200/files#diff-a8d0d3d94c218c722c16f7b13a37dc9fc9c477e5a8cb4de289882a848fb4537e. |
ced668a
to
4d1ddc7
Compare
@@ -1,5 +1,6 @@ | |||
* Help & Guides | |||
** Updating to New Releases | |||
***xref:api-migration-guide-v25x-to-v30.adoc[] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There seems to be a blank missing here.
Without that the navigation item "Updating to New Releases" is missing, or has the title "v3.0.x migration guide" instead.
I just realized I did not write anything about the changes to the extensions yet. I'll add that once this is merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix in the other PR 🙇
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great! Thank you so much.
I can fix the doc issue in a follow up documenting the changes to the extensions.
Kind of change
Description
What is the goal of this pull request?
See #1199
How does it achieve that?
Simply remove methods already marked as deprecated and fix where necessary (mostly tests).
Document::blocks
, using nowDocument::getBlocks
Are there any alternative ways to implement this?
No 🤔
Docs feed from test code, so it will be updated. Still pending a manual review though.
Are there any implications of this pull request? Anything a user must know?
It's a breaking change for v3.0.0, nothing to do for v2.5.x branch.
Issue
Fixes #1199