Releases: jay-babu/mason-null-ls.nvim
Releases · jay-babu/mason-null-ls.nvim
v2.6.0
05 Apr 14:57
Compare
Sorry, something went wrong.
No results found
2.6.0 (2024-04-05)
Features
Bug Fixes
v2.5.1
28 Feb 21:42
Compare
Sorry, something went wrong.
No results found
2.5.1 (2024-02-28)
Bug Fixes
docs: config requires ignore_methods field (#98 ) (05385ea )
v2.5.0
14 Feb 01:50
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
2.4.0 (2024-01-09)
Features
v2.3.0
31 Dec 05:49
Compare
Sorry, something went wrong.
No results found
2.3.0 (2023-12-31)
Features
v2.2.0
26 Nov 02:09
Compare
Sorry, something went wrong.
No results found
2.2.0 (2023-11-26)
Features
v2.1.0
04 Jul 19:06
Compare
Sorry, something went wrong.
No results found
2.1.0 (2023-07-04)
Features
v2.0.2
22 Apr 19:52
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
2.0.1 (2023-04-19)
Bug Fixes
v2.0.0
09 Apr 01:06
Compare
Sorry, something went wrong.
No results found
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:
Move setup_handlers table to setup({handlers = TABLE}).
To disable automatic_setup, provide an empty function to handlers like handlers = {function() end,}