Releases: bennypowers/nvim-regexplainer
Releases · bennypowers/nvim-regexplainer
v1.0.0
What's Changed
- docs: Am Yisrael Chai by @bennypowers in #42
- fix!: query down instead of up by @bennypowers in #45
BREAKING CHANGES:
- require tree-sitter-regexp 0.21
- require nvim 0.10
- replace
narrative.separator
withnarrative.indentation_string
- change
component.depth
tocomponent.capture_depth
innarrative.indentation_string
function
Full Changelog: v0.0.1...v1.0.0
v0.0.1 - Neovim 0.9.5
This release marks that last commit which I'm reasonably confident will still work with nvim 0.9. You might need to pin versions of dependencies as well, in particular tree-sitter-regex
What's Changed
- feat: add
RegexplainerToggle
binding by @bennypowers in #7 - feat!: merge user config by @axieax in #6
- test: automatically derive tests from fixtures by @bennypowers in #12
- fix!: require neovim 0.7 by @bennypowers in #13
- feat: filetypes by @bennypowers in #14
- fix: show split works when popup is the configured display by @bennypowers in #15
- style: lint with stylua by @bennypowers in #16
- fix: typeerrors from nui by @bennypowers in #17
- docs: Addition of the need to add regex(https://github.com/tree-sitter/tree-sitter-regex) in treesitter by @KaniyaSimeji in #18
- feat!: yank by @bennypowers in #19
- refactor: cleaning up main ts loop by @bennypowers in #20
- fix: use native vim.treesitter.get_node_range by @yutkat in #33
- fix: hide when switching buffers by @bennypowers in #34
- fix: Update deprecated treesitter functions by @yutkat in #35
- fix!: lookaround assertions by @bennypowers in #39
- refactor!: remove nvim-treesitter dependency by @amaanq in #41
New Contributors
- @axieax made their first contribution in #6
- @KaniyaSimeji made their first contribution in #18
- @yutkat made their first contribution in #33
- @amaanq made their first contribution in #41
Full Changelog: https://github.com/bennypowers/nvim-regexplainer/commits/v0.0.1