aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: make clear that `setup` is requiredchrisgrieser-patch-1Chris Grieser2025-05-131-2/+8
* docs: update references to mason-org/mason.nvim (#1925)William Boman2025-05-0620-97/+37
* tests: fix flaky test (#1924)William Boman2025-05-061-0/+4
* ci: add nvim v0.11 to test matrix (#1923)William Boman2025-05-061-0/+2
* ci: don't cbfmt check CHANGELOG.md (#1922)William Boman2025-05-061-1/+1
* v2.0.0v2.0.0William Boman2025-05-063-2/+203
* feat: associate package instances with registry source and record it in receiptWilliam Boman2025-05-0612-19/+102
* refactor(registry): change lua registries to not instantiate Package themselvesWilliam Boman2025-05-0212-72/+62
* feat(ui): display purl informationWilliam Boman2025-04-224-0/+26
* feat(ui): support 'winborder'William Boman2025-04-215-5/+19
* feat(ui): display current version in headerWilliam Boman2025-04-212-2/+5
* fix(ui): fix setting outdated package stateWilliam Boman2025-03-281-4/+2
* fix(registry): fix registry.is_installed()William Boman2025-03-242-2/+10
* refactor(command): use callback in Package:install() when running :MasonInsta...William Boman2025-03-033-57/+56
* v2.0.0-rc.2v2.0.0-rc.2William Boman2025-03-032-2/+2
* refactor(registry)!: add events "update:success", "update:start", "update:pro...William Boman2025-03-035-70/+92
* fix(ui): fix initializing stateWilliam Boman2025-03-032-16/+29
* fix(uninstaller): only unlink if recipt is foundWilliam Boman2025-03-031-1/+2
* refactor(registry): parallelize registry installationWilliam Boman2025-03-035-31/+74
* refactor(registry): refactor registry initializationWilliam Boman2025-03-0311-307/+301
* fix(spawn): expand executable paths on Windows before passing to uv_spawn (#1...William Boman2025-02-223-60/+85
* style: fix stylua and selene errorsWilliam Boman2025-02-203-11/+4
* v2.0.0-rc.1v2.0.0-rc.1William Boman2025-02-192-4/+4
* chore!: update required Neovim version to 0.10.0William Boman2025-02-197-17/+12
* feat(context): add ctx:await()William Boman2025-02-192-0/+43
* chore: remove unnecessary vim.schedule and nvim_err_writelnWilliam Boman2025-02-192-8/+8
* refactor: turn StdioSink into a proper classWilliam Boman2025-02-1932-151/+217
* feat(context): add ctx:fetch()William Boman2025-02-191-0/+12
* feat(ui): display latest version for uninstalled packagesWilliam Boman2025-02-191-0/+3
* fix(expr): also interpolate table keysWilliam Boman2025-02-192-0/+16
* refactor!: change Package APIWilliam Boman2025-02-1959-1372/+1254
* fix(pypi): remove -U flag and fix log messageWilliam Boman2025-02-192-6/+1
* fix(async): also check async context termination immediately after suspendingWilliam Boman2025-02-192-2/+5
* refactor: standardize constructors and improve inheritance constructionWilliam Boman2025-02-1934-207/+272
* fix(location): use correct registry pathWilliam Boman2025-02-191-1/+1
* feat(linker): use relative targets for symlinks (#1525)William Boman2025-02-194-59/+31
* feat(path): add relative(from, to)William Boman2025-02-192-1/+83
* refactor(path): use InstallLocation to produce paths, remove static path methodsWilliam Boman2025-02-1910-104/+115
* refactor(installer): move initializations to InstallContext constructorWilliam Boman2025-02-197-31/+27
* refactor: add InstallLocation.global()William Boman2025-02-193-13/+18
* chore: hoist single file modulesWilliam Boman2025-02-192-0/+0
* fix(command): don't attempt installing packages that are already installingWilliam Boman2025-02-191-8/+13
* chore: remove todo commentWilliam Boman2025-02-191-1/+0
* chore(compilers): remove default environment from github build compilerWilliam Boman2025-02-193-11/+5
* refactor!: refactor installer internals and add new Package class methods (#1...William Boman2025-02-1987-2177/+2482
* refactor(receipt): change receipt structure and remove old builder APIs (#1521)William Boman2025-02-1611-104/+207
* fix(package): support older receipt structures (#1520)William Boman2025-02-161-1/+5
* fix(ui): change feedback text contents when updating registry (#1519)William Boman2025-02-161-1/+1
* refactor(providers): inline GitHub API calls in the client provider (#1518)William Boman2025-02-162-47/+33
* feat!: upgrade minimum required neovim version to 0.9.0 (#1517)William Boman2025-02-167-15/+11