Skip to content

Releases: gmlarumbe/vhdl-ext

v0.5.4

05 Dec 16:32
Compare
Choose a tag to compare
  • Update requirement of vhdl-ts-mode to version 0.2.1

v0.5.3

16 Oct 12:19
Compare
Choose a tag to compare
  • Add llvm-14 to test-hdl packages to fix GHDL issues with CI

v0.5.2

11 Sep 19:44
Compare
Choose a tag to compare
  • Move test-hdl tests to own repo

v0.5.1

08 Aug 15:55
Compare
Choose a tag to compare

Changes from v0.5.0:

  • Add point-inside-block tree-sitter implementation
  • CI improvements
  • Fix MELPA Stable workflow after tree-sitter update to version 0.22.6

v0.5.0

07 Apr 12:54
Compare
Choose a tag to compare

Changes from v0.4.1:

  • PR #9 Add support for lspce
  • PR #8 Add support for lsp-bridge
  • PR #7 Specify project directories and files with glob syntax
  • Fix hs-minor-mode auto-enabling
  • Integrate tree-sitter into beautify, which-func, templates, navigation and utils functions
  • Add Emacs 29.2 and 29.3 to CI
  • Various bug fixes

v0.4.1

20 Dec 22:07
Compare
Choose a tag to compare

Changes from v0.4.0:

  • Fix MELPA-Stable CI workflow

Changes from v0.3.1:

  • Add project management feature through vhdl-ext-project-alist variable
  • Doc: Update Wiki pages and README.md
  • Tag collection improvements:
    • Incremental tag collection
    • Customizable variables to enable tags caching and compression
  • Remove eglot dependency (bundled with Emacs 29)
  • Various bug fixes and code refactoring
    • Fix case insensitive search for vhdl-ext-jump-to-parent-entity

v0.4.0

20 Dec 13:35
Compare
Choose a tag to compare

Changes from v0.3.1:

  • Add project management feature through vhdl-ext-project-alist variable
  • Doc: Update Wiki pages and README.md
  • Tag collection improvements:
    • Incremental tag collection
    • Customizable variables to enable tags caching and compression
  • Remove eglot dependency (bundled with Emacs 29)
  • Various bug fixes and code refactoring
    • Fix case insensitive search for vhdl-ext-jump-to-parent-entity

v0.3.1

19 Sep 19:18
Compare
Choose a tag to compare

Changes from v0.3.0:

  • Fix MELPA-Stable CI workflow

Changes from v0.2.0:

  • Require Emacs 29.1+
  • Move vhdl-ts-mode to standalone repo: https://github.com/gmlarumbe/vhdl-ts-mode
  • Add tags, capf and xref features
  • Add test-hdl submodule
  • Update CI workflows
  • Remove company-keywords support
  • Several bug fixes and code refactoring for readability and performance
  • Update README.md and wiki entries

v0.3.0

17 Sep 14:55
Compare
Choose a tag to compare
  • Require Emacs 29.1+
  • Move vhdl-ts-mode to standalone repo: https://github.com/gmlarumbe/vhdl-ts-mode
  • Add tags, capf and xref features
  • Add test-hdl submodule
  • Update CI workflows
  • Remove company-keywords support
  • Several bug fixes and code refactoring for readability and performance
  • Update README.md and wiki entries

v0.2.0

08 Aug 17:11
Compare
Choose a tag to compare

New features:

  • Hierarchy extraction and navigation: builtin and GHDL based
  • Beautify blocks and instances
  • Compilation-based utilities
  • Improve code folding via hideshow
  • Port connections utilities
  • Auto-configure time-stamp
  • Enhanced support for which-func