Releases: pysan3/pathlib.nvim
Releases · pysan3/pathlib.nvim
v0.5.3
v0.5.2
v0.5.1
v0.5.0
v0.4.2
v0.4.1
v0.4.0
0.4.0 (2024-01-30)
Features
- docs: try to generate docs via sphinx (4d8ca25)
- watcher: implement watcher to detect and invoke on file change (de8a39d)
Bug Fixes
- base: fix bugs and optimize performance (8fb9050)
- ci: ensure pip reqs are installed (227f409)
- ci: fix typo (4fdbc89)
- ci: get sphinx executable paths (0c72aa6)
- ci: ignore failed commands (bfc23f3)
- ci: try to find executables installed with pip (104f8a3)
- docs: add link to docs in README (f9f6b4c)
- docs: save sphinx deps in requirement.txt (70dcc2f)
- type: public all fields (41436f8)
- types: delete type annots on spec files (4f47de8)
v0.3.2
v0.3.1
v0.3.0
0.3.0 (2024-01-26)
Features
- base: add
self:tostring()
and cache string result (03be451) - git: implement method to fetch git status of files in a folder (88d73b9)
- nuv: integrate nvim-nio (bcaeabd)
- path: add
Path.home
to get path to home dir (d5e79b1)
Bug Fixes
- base: refactor initialize function (44163c0)
- ci: do not release new tag to luarocks on pull_request (4cf23f2)
- define
_init
for each path subclass (c4708f0) - git: fix type annotations (d2719a8)
- list: add option to ignore empty entries (c4334dc), closes #15
- nuv: add fallback for nio.current_task (3d25ee2)
- pathlib: fix inherit problem between base and posix (5f0f368)
- type: fix type annotations (f982aba)
- vim.fs: use custom fs.normalize to support UNC paths (07bcab8)