aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-core/installer/registry/init.lua
Commit message (Expand)AuthorAgeFilesLines
* refactor!: refactor installer internals and add new Package class methods (#1...William Boman2025-02-191-219/+0
* refactor(receipt): change receipt structure and remove old builder APIs (#1521)William Boman2025-02-161-1/+2
* fix(installer): schedule back to main loop before executing installer functio...William Boman2025-02-161-0/+1
* refactor!: consolidate Lua registry sources and the Package API (#1498)William Boman2025-02-161-14/+3
* fix: fix usage of deprecated Neovim APIs (#1703)William Boman2024-05-111-1/+1
* feat: add support for openvsx sources (#1589)William Boman2024-01-061-0/+1
* chore: decrease log level (#1467)William Boman2023-08-251-1/+1
* fix(installer): retain unmapped source fields (#1399)William Boman2023-07-211-2/+1
* refactor(installer): hoist version validation to the compiled installation en...William Boman2023-06-171-1/+9
* feat(command): improve completion for :MasonInstall (#1353)William Boman2023-06-131-0/+13
* refactor(schemas): don't vendor schemas in mason.nvim (#1248)William Boman2023-04-221-0/+11
* feat(installer): add generic build provider (#1228)William Boman2023-04-181-0/+2
* feat(github): add $MASON_VERSION to build context (#1218)William Boman2023-04-161-2/+2
* refactor: only schedule in a.scheduler() when in fast event (#1170)William Boman2023-04-021-4/+2
* feat: add registry.refresh() method (#1096)William Boman2023-03-141-1/+1
* style: enforce import order (#1092)William Boman2023-03-121-3/+3
* feat: add github registry source capabilities (#1091)William Boman2023-03-121-0/+196