Skip to content

Latest commit

 

History

History
84 lines (43 loc) · 4.93 KB

CHANGELOG.md

File metadata and controls

84 lines (43 loc) · 4.93 KB

Changelog

1.2.0 (2024-11-16)

Features

  • Add support for an optional import config path (#41) (deba3c2)

1.1.3 (2024-09-19)

Bug Fixes

  • prefer released version over dev package when using auto_install (#36) (9cddec4)

1.1.2 (2024-08-31)

Bug Fixes

  • handle vim.version.parse returning nil (#34) (615dabe)

1.1.1 (2024-08-29)

Bug Fixes

  • error when disable config returns false (63b711c), closes #31

1.1.0 (2024-08-28)

Features

  • more fine-grained control for disabling highlighting (#29) (b0ee339)

1.0.3 (2024-07-31)

Bug Fixes

  • config: handle when auto_install is false (#24) (3d19180)

1.0.2 (2024-07-19)

Bug Fixes

  • install latest non-dev parser version if available (c63b5bb)

1.0.1 (2024-07-19)

Bug Fixes

  • don't install dev parsers (448652a)

1.0.0 (2024-07-18)

⚠ BREAKING CHANGES

  • skeleton for rewrite + add WIP notice

Features

  • add filetype to parser map. Get rid of broken ci workflow (33c988b)
  • add gen-rockspec.lua (73e3405)
  • add some filetype to parser mappings (7117034)
  • initial commit (37e890b)
  • initial implementation of auto highlight + auto install (5c145dc)
  • remove nvim-treesitter version constraint (029dde9)
  • skeleton for rewrite + add WIP notice (ab5fe60)
  • store previously declined installs (1ad2803)

Bug Fixes

  • auto_install: fall back to luarocks.org query if cache is not populated (c9ab744)
  • macos: parsers reinstalling when opening their filetype (6c1324f)
  • return early if rock is found in cache (7540153)
  • stop using deprecated Rocks packadd (09b24aa)
  • ui: proper usage of vim.fn.confirm (#17) (59903dc)