Skip to content

Releases: mrcjkb/haskell-tools.nvim

v6.1.0

25 May 12:15
f626546
Compare
Choose a tag to compare

6.1.0 (2025-05-25)

Features

  • compatibility with nvim nightly 0.12.0-dev-434 (489b208)

v6.0.0

30 Apr 15:28
1b1594b
Compare
Choose a tag to compare

6.0.0 (2025-04-30)

⚠ BREAKING CHANGES

  • use vim.lsp.config('haskell-tools') to fix conflict with nvim-lspconfig (#466)

Features

  • use vim.lsp.config('haskell-tools') to fix conflict with nvim-lspconfig (#466) (de64738)

v5.0.0

06 Apr 19:31
9a9830b
Compare
Choose a tag to compare

5.0.0 (2025-04-06)

⚠ BREAKING CHANGES

  • drop nvim 0.10 support
  • lsp: don't auto-register client capabilities

Features

  • drop nvim 0.10 support (a566c3e)
  • lsp: don't auto-register client capabilities (9ac2bd1)
  • support vim.lsp.config (53d9888)

v4.4.3

30 Mar 07:11
5fa6671
Compare
Choose a tag to compare

4.4.3 (2025-03-30)

Bug Fixes

v4.4.2

10 Feb 19:50
1eba02f
Compare
Choose a tag to compare

4.4.2 (2025-02-10)

Bug Fixes

  • repl/builtin: regression introduced in v4.4.1 (#438) (dbc154f), closes #437

v4.4.1

09 Feb 21:28
d0aab1c
Compare
Choose a tag to compare

4.4.1 (2025-02-09)

Bug Fixes

v4.4.0

27 Jan 16:42
24fa520
Compare
Choose a tag to compare

4.4.0 (2025-01-27)

Features

  • notify if using an unsupported Nvim version (182e4b7)

v4.3.2

29 Nov 21:58
cbfee33
Compare
Choose a tag to compare

4.3.2 (2024-11-29)

Bug Fixes

  • lsp/nightly: set offset encoding in client requests (361d36e)
  • lsp: schedule notifications (3c90274)

v4.3.1

22 Oct 04:30
0ecf6eb
Compare
Choose a tag to compare

4.3.1 (2024-10-22)

Bug Fixes

  • config: hls.cmd validation fails on list with one element (#412) (37a2881)

v4.3.0

20 Oct 10:30
39c4ced
Compare
Choose a tag to compare

4.3.0 (2024-10-20)

Features

  • add hoogle.web-search.base_url option (#409) (a870f75)