Skip to content

Releases: bennypowers/nvim-regexplainer

v1.0.0

28 May 17:59
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGES:

  • require tree-sitter-regexp 0.21
  • require nvim 0.10
  • replace narrative.separator with narrative.indentation_string
  • change component.depth to component.capture_depth in narrative.indentation_string function

Full Changelog: v0.0.1...v1.0.0

v0.0.1 - Neovim 0.9.5

28 May 17:57
187f866
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: https://github.com/bennypowers/nvim-regexplainer/commits/v0.0.1