| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-10-15 | 2.6 kB | |
| v0.0.1 - Neovim 0.9.5 source code.tar.gz | 2023-10-15 | 25.6 kB | |
| v0.0.1 - Neovim 0.9.5 source code.zip | 2023-10-15 | 41.3 kB | |
| Totals: 3 Items | 69.5 kB | 0 | |
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
RegexplainerTogglebinding by @bennypowers in https://github.com/bennypowers/nvim-regexplainer/pull/7 - feat!: merge user config by @axieax in https://github.com/bennypowers/nvim-regexplainer/pull/6
- test: automatically derive tests from fixtures by @bennypowers in https://github.com/bennypowers/nvim-regexplainer/pull/12
- fix!: require neovim 0.7 by @bennypowers in https://github.com/bennypowers/nvim-regexplainer/pull/13
- feat: filetypes by @bennypowers in https://github.com/bennypowers/nvim-regexplainer/pull/14
- fix: show split works when popup is the configured display by @bennypowers in https://github.com/bennypowers/nvim-regexplainer/pull/15
- style: lint with stylua by @bennypowers in https://github.com/bennypowers/nvim-regexplainer/pull/16
- fix: typeerrors from nui by @bennypowers in https://github.com/bennypowers/nvim-regexplainer/pull/17
- docs: Addition of the need to add regex(https://github.com/tree-sitter/tree-sitter-regex) in treesitter by @KaniyaSimeji in https://github.com/bennypowers/nvim-regexplainer/pull/18
- feat!: yank by @bennypowers in https://github.com/bennypowers/nvim-regexplainer/pull/19
- refactor: cleaning up main ts loop by @bennypowers in https://github.com/bennypowers/nvim-regexplainer/pull/20
- fix: use native vim.treesitter.get_node_range by @yutkat in https://github.com/bennypowers/nvim-regexplainer/pull/33
- fix: hide when switching buffers by @bennypowers in https://github.com/bennypowers/nvim-regexplainer/pull/34
- fix: Update deprecated treesitter functions by @yutkat in https://github.com/bennypowers/nvim-regexplainer/pull/35
- fix!: lookaround assertions by @bennypowers in https://github.com/bennypowers/nvim-regexplainer/pull/39
- refactor!: remove nvim-treesitter dependency by @amaanq in https://github.com/bennypowers/nvim-regexplainer/pull/41
New Contributors
- @axieax made their first contribution in https://github.com/bennypowers/nvim-regexplainer/pull/6
- @KaniyaSimeji made their first contribution in https://github.com/bennypowers/nvim-regexplainer/pull/18
- @yutkat made their first contribution in https://github.com/bennypowers/nvim-regexplainer/pull/33
- @amaanq made their first contribution in https://github.com/bennypowers/nvim-regexplainer/pull/41
Full Changelog: https://github.com/bennypowers/nvim-regexplainer/commits/v0.0.1