-
-
Notifications
You must be signed in to change notification settings - Fork 158
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
Notice: Breaking changes on master #114
Comments
Now that the neovim 0.7 is released. We could finally merge #98 but this is a breaking change for 0.6 users. So If you are using 0.6 I've created a tag https://github.com/numToStr/Comment.nvim/releases/tag/v0.6 with instructions on how to migrate to avoid breakage :) |
With the merge of #98; |
761f63f is a major refactoring of the plugin, which also removes some internal functions. If this a breaking change for you then please stick to https://github.com/numToStr/Comment.nvim/releases/tag/v0.6.1. |
4818a4c moves |
a85ca1b removes the old lua API which was deprecated in cd1c381. Read 20772ed deprecates |
83bfdc8 removes support for |
ab62084 bumps the required nvim version to 0.9. So, if you are using 0.8, please stick to https://github.com/numToStr/Comment.nvim/releases/tag/v0.8.0 |
As you all have guessed, this issue will track all the breaking changes and their migration.
The text was updated successfully, but these errors were encountered: