| Age | Commit message (Collapse) | Author | Files | |
|---|---|---|---|---|
| 2026-04-16 | feat(docs): render class dot members as module functions | Yi Ming | 1 | |
| AI-assisted: Codex | ||||
| 2026-03-09 | fix: resolve all remaining LuaLS warnings in `src/` | Riccardo Mazzarini | 1 | |
| 2025-06-16 | docs: support overloads and async | Lewis Russell | 1 | |
| 2025-06-06 | fix: type fixes | Lewis Russell | 1 | |
| Type fixes caught by emmylua | ||||
| 2025-02-26 | build: move all generator scripts to `src/gen/` | Lewis Russell | 1 | |
| - Move all generator Lua scripts to the `src/gen/` - Add a `.luarc.json` to `src/gen/` - Add a `preload.lua` to `src/gen/` - Add `src` to `package.path` so it aligns with `.luarc.json' - Fix all `require` statements in `src/gen/` so they are consistent: - `require('scripts.foo')` -> `require('gen.foo')` - `require('src.nvim.options')` -> `require('nvim.options')` - `require('api.dispatch_deprecated')` -> `require('nvim.api.dispatch_deprecated')` | ||||
