Skip to content

Latest commit

 

History

History
73 lines (46 loc) · 4.75 KB

CHANGELOG.md

File metadata and controls

73 lines (46 loc) · 4.75 KB

Changelog

2.0.0 (2025-02-20)

⚠ BREAKING CHANGES

  • Added support for JS regexp matcher

Features

  • Added support for JS regexp matcher (c86d755), closes #6

Bug Fixes

  • renderer-lua_patterns: Fixed description of some character classes (7b0be23), closes #2

1.0.0 (2025-02-19)

⚠ BREAKING CHANGES

  • Created LICENSE
  • Updated README.md
  • Cleaned up main file
  • core: Initial commit

doc

Features

  • Add node type to pattern language map (0031e20)
  • core: patterns.hover() Support (83f8f42)
  • core: Added :Patterns user command (534aa6e)
  • core: Regex support (42ed2d6)
  • explain: Added apply change keymap for the explainer (5a66d0d)
  • explain: New explain command! (c8354c5)
  • renderer: Added render clear function (861941f)
  • renderer: Renderer now returns the line number of the curren't nodes preview (516286a)

Bug Fixes

  • core: Fixed indentation markers overlap issues (39ebd80)
  • core: Moved hover function to a separate file (0d97df5)
  • explain: Added check for valid pattern for lua patterns (5a66d0d)
  • explain: Fixed ranges for the explainer (5a66d0d)
  • explain: Various improvemen ts to the explianer (93e3c51)
  • hover: Added keymap support for hover (2e10371)
  • hover: fixed incorrect current node for hover (10f23a5)
  • hover: fixed typos (063b165)
  • lua_patterns: Updated node names for lua patterns (3f76ca8)
  • parser-lua_patterns: Texts are no longer wrapped in vim.inspect(). (430f94d)
  • regex: Added missing tips for regex (cc17539)
  • renderer-regex: More parity changes (0fc51f3)
  • renderer-regex: Parity changes for the regex renderer (25f5909)
  • spec: Fixed text for various regex node types (c7a84b6)
  • spec: Moved core parts of the configuration outside (bd74a30)

Miscellaneous Chores

Code Refactoring