index
:
mason
chrisgrieser-patch-1
main
release-please--branches--main--components--mason.nvim
v1.x
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lua
/
mason-core
/
package
/
init.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat(compiler): make `supported_platforms` a universal source field (#2002)
William Boman
2025-08-07
1
-0
/
+1
*
feat: associate package instances with registry source and record it in receipt
William Boman
2025-05-06
1
-2
/
+3
*
style: fix stylua and selene errors
William Boman
2025-02-20
1
-1
/
+1
*
refactor!: change Package API
William Boman
2025-02-19
1
-0
/
+182
*
chore: hoist single file modules
William Boman
2025-02-19
1
-274
/
+0
*
refactor!: refactor installer internals and add new Package class methods (#1...
William Boman
2025-02-19
1
-68
/
+46
*
refactor(receipt): change receipt structure and remove old builder APIs (#1521)
William Boman
2025-02-16
1
-3
/
+7
*
fix(package): support older receipt structures (#1520)
William Boman
2025-02-16
1
-1
/
+5
*
refactor!: consolidate Lua registry sources and the Package API (#1498)
William Boman
2025-02-16
1
-92
/
+50
*
fix: avoid calling vim.fn in fast event (#1878)
William Boman
2025-02-15
1
-1
/
+2
*
fix: replace deprecated calls to vim.validate (#1876)
Mark Sommers
2025-02-15
1
-20
/
+23
*
feat(ui): display package deprecation message (#1391)
William Boman
2023-07-04
1
-0
/
+5
*
refactor(schemas): don't vendor schemas in mason.nvim (#1248)
William Boman
2023-04-22
1
-5
/
+11
*
feat(registry): add ability to register package aliases (#1146)
elky
2023-04-05
1
-0
/
+4
*
fix(package): schedule callback that can only run in main loop (#1172)
William Boman
2023-04-03
1
-2
/
+2
*
fix(sources): also set .desc property when updating spec (#1095)
William Boman
2023-03-14
1
-2
/
+0
*
style: enforce import order (#1092)
William Boman
2023-03-12
1
-7
/
+7
*
feat: add github registry source capabilities (#1091)
William Boman
2023-03-12
1
-20
/
+112
*
fix(package): emit registry event on abnormal failures (#1061)
William Boman
2023-03-05
1
-0
/
+11
*
refactor(package): lazy-require modules (#1060)
William Boman
2023-03-05
1
-12
/
+6
*
refactor: simplify linker & receipt writing (#1033)
William Boman
2023-02-26
1
-1
/
+1
*
feat(installer): add share links (#965)
William Boman
2023-02-17
1
-3
/
+3
*
fix(package): emit package:uninstall:success registry event (#849)
William Boman
2023-01-04
1
-0
/
+1
*
refactor(installer): introduce PackageInstallOpts class (#802)
William Boman
2022-12-26
1
-5
/
+4
*
fix(package): don't call vim API functions inside fast event (#730)
William Boman
2022-12-05
1
-6
/
+4
*
feat: show warning message when exiting neovim with active installations (#725)
William Boman
2022-12-04
1
-0
/
+10
*
feat(api/command): add --debug flag to :MasonInstall (#576)
William Boman
2022-10-19
1
-1
/
+2
*
chore: bump stylua to 0.14.3 (#395)
William Boman
2022-09-08
1
-2
/
+1
*
refactor: introduce selene, harden type defs, and use proper EmmyLua syntax (...
William Boman
2022-08-15
1
-5
/
+5
*
chore: change emmylua annotation syntax from @ to : for comments (#73)
William Boman
2022-07-14
1
-2
/
+2
*
tests: add some mason-core.package tests (#69)
William Boman
2022-07-13
1
-1
/
+4
*
feat(api): run :MasonInstall in blocking fashion if no UIs are attached (#52)
William Boman
2022-07-11
1
-1
/
+1
*
refactor: add mason-schemas and mason-core modules (#29)
William Boman
2022-07-08
1
-0
/
+205