Skip to content

Releases: jay-babu/mason-null-ls.nvim

v2.6.0

05 Apr 14:57
2b8433f
Compare
Choose a tag to compare

2.6.0 (2024-04-05)

Features

Bug Fixes

v2.5.1

28 Feb 21:42
e270134
Compare
Choose a tag to compare

2.5.1 (2024-02-28)

Bug Fixes

  • docs: config requires ignore_methods field (#98) (05385ea)

v2.5.0

14 Feb 01:50
bfaa24b
Compare
Choose a tag to compare

2.5.0 (2024-02-10)

Features

  • add methods to enable or disable specific null-ls source method types (#94) (d123aaa)

v2.4.0

31 Jan 23:11
a1e19bf
Compare
Choose a tag to compare

2.4.0 (2024-01-09)

Features

v2.3.0

31 Dec 05:49
62ca3b1
Compare
Choose a tag to compare

2.3.0 (2023-12-31)

Features

v2.2.0

26 Nov 02:09
d1f7258
Compare
Choose a tag to compare

2.2.0 (2023-11-26)

Features

v2.1.0

04 Jul 19:06
ae0c5fa
Compare
Choose a tag to compare

2.1.0 (2023-07-04)

Features

v2.0.2

22 Apr 19:52
cfbd839
Compare
Choose a tag to compare

2.0.2 (2023-04-22)

Bug Fixes

  • don't import removed mason.mappings.language module from mason (#66) (dbf3486)

v2.0.1

19 Apr 23:11
834bb5d
Compare
Choose a tag to compare

2.0.1 (2023-04-19)

Bug Fixes

v2.0.0

09 Apr 01:06
04fc509
Compare
Choose a tag to compare

2.0.0 (2023-04-09)

⚠ BREAKING CHANGES

  • removing setup_handlers function. automatic_setup is now implicitly true. (#59)

Features

  • removing setup_handlers function. automatic_setup is now implicitly true. (#59) (a0c4dc1)

Migration Guide:

  1. Move setup_handlers table to setup({handlers = TABLE}).
  2. To disable automatic_setup, provide an empty function to handlers like handlers = {function() end,}