Releases: williamboman/mason.nvim
Releases · williamboman/mason.nvim
v2.0.0-rc.2
See #1884 for release notes.
v2.0.0-rc.1
See #1884 for release notes.
v1.11.0
1.11.0 (2025-02-15)
Features
Bug Fixes
- avoid calling vim.fn in fast event (#1878) (3a444cb)
- avoid calling vim.fn.has inside fast event (#1705) (1b3d604)
- fix usage of deprecated Neovim APIs (#1703) (0f1cb65)
- fs: fall back to
fs_stat
if entry type is not returned by fs_readdir
(#1783) (1114b23)
- health: support multidigit luarocks version numbers (#1648) (751b1fc)
- pypi: allow access to system site packages by default (#1584) (2be2600)
- pypi: exclude python3.12 from candidate list (#1722) (f8ce876)
- pypi: prefer stock python3 if it satisfies version requirement (#1736) (f96a318)
- registry: exhaust streaming parser when loading "file:" registries (#1708) (49ff59a)
- replace deprecated calls to vim.validate (#1876) (5664dd5)
- ui: fix rendering JSON schemas (#1757) (e2f7f90)
- ui: reposition window if border is different than "none" (#1859) (f9f3b46)
Performance Improvements
- registry: significantly improve the "file:" protocol performance (#1702) (098a56c)
v1.10.0
1.10.0 (2024-01-29)
Features
- don't use vim.g.python3_host_prog as a candidate for python (#1606) (bce96d2)
- pypi: attempt more python3 candidates (#1608) (dcd0ea3)
Bug Fixes
- golang: fix fetching package versions for packages containing subpath specifier (#1607) (9c94168)
- pypi: fix variable shadowing (#1610) (aa550fb)
- ui: don't indent empty lines (#1597) (c7e6705)
v1.9.0
1.9.0 (2024-01-06)
Features
Bug Fixes
- cargo: don't attempt to fetch versions when version targets commit SHA (#1585) (a09da6a)
v1.8.3
1.8.3 (2023-11-08)
Bug Fixes
- pypi: support MSYS2 virtual environments on Windows (#1547) (3e2432a)
v1.8.2
1.8.2 (2023-10-31)
Bug Fixes
- registry: fix parsing registry identifiers that contain ":" (#1542) (87eb3ac)
v1.8.1
1.8.1 (2023-10-10)
Bug Fixes
v1.8.0
1.8.0 (2023-09-04)
Features
Bug Fixes
- registry: reset registries state when setting registries (#1474) (c811fbf)
- registry: schedule vim.fn calls in FileRegistrySource (#1471) (1c77412)
v1.7.0
1.7.0 (2023-08-25)
Features
- cargo: support fetching versions for git crates hosted on github (#1459) (e9eb004)
- registry: add file: source protocol (#1457) (8544039)
Bug Fixes