Releases: alexpasmantier/pymple.nvim
Releases · alexpasmantier/pymple.nvim
0.4.1
What's Changed
- fix(resolve_import): fix version comparison when setting
gg
default flags by @alexpasmantier in #56
Full Changelog: v0.4.0...0.4.1
v0.4.0
What's Changed
- docs: Update README.md by @alexpasmantier in #52
- feat: add support for mini.files by @alexpasmantier in #53
Full Changelog: 0.3.0...v0.4.0
v0.3.0
What's Changed
- Update README.md by @alexpasmantier in #49
- feat: add support for
yazi.nvim
by @alexpasmantier in #51
Full Changelog: v0.2.0...0.3.0
v0.2.0
What's Changed
- Update README.md by @alexpasmantier in #45
- Add modules support into resolve_imports by @SavingFrame in #47
New Contributors
- @SavingFrame made their first contribution in #47
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- Update README.md by @alexpasmantier in #23
- feat(logs): add
PympleLogs
user command by @alexpasmantier in #24 - chore: Update TODO.md by @alexpasmantier in #25
- Update README.md by @alexpasmantier in #26
- fix(resolution): resolution of imports now correctly takes into account project root by @alexpasmantier in #27
- chore(versions): update dependency versions checks by @alexpasmantier in #29
- fix(import_resolution): always default to project path and better formatting by @alexpasmantier in #31
- docs(configuration): update default configuration documentation by @alexpasmantier in #32
- docs(default config): update default configuration docs by @alexpasmantier in #34
- Update README.md by @alexpasmantier in #35
- feat(oil.nvim): add support for
oil.nvim
by @alexpasmantier in #36 - chore(misc): a couple of updates to documentation and some cleaning by @alexpasmantier in #37
- chore(logs): more logging duing setup and refactor imports by @alexpasmantier in #39
- fix: better project root dir resolution for some edge cases by @alexpasmantier in #41
- chore(logs): fix sed command on linux by @razak17 in #42
- fix: remove pythonpath from project discovery by @alexpasmantier in #43
- fix: resolving import under cursor with multiple candidates showed symbol twice by @alexpasmantier in #44
New Contributors
Full Changelog: v0.1.0...v0.1.1
v0.1.0
[pymple.nvim]
First release (macOS and Linux only).
features
- automatic udpate of imports on file/directory rename
- import resolution in a code-action-like manner
What's Changed
- fix: rust toolchain installation by @alexpasmantier in #1
- chore(ci): only test on linux and macos for nvim 0.10 by @alexpasmantier in #2
- chore: a bit of documentation by @alexpasmantier in #3
- chore(docs): fix docgen formatting by @alexpasmantier in #4
- fix: add header to docs by @alexpasmantier in #5
- tests: unit tests using luassert by @alexpasmantier in #6
- docs: update readme with latest info by @alexpasmantier in #7
- docs: fix docgen formatting by @alexpasmantier in #8
- docs: Update README.md by @alexpasmantier in #9
- Update preview by @alexpasmantier in #10
- feat(imports): complete UpdateImports workflow with preview by @alexpasmantier in #11
- feat: smarter project discovery by @alexpasmantier in #12
- feat: path shortening and better sed expressions by @alexpasmantier in #13
- refactor: add a build step to attempt to automatically install needed dependencies by @alexpasmantier in #14
- refactor: improvements resolving imports from venv and stdlib by @alexpasmantier in #15
- Update README.md by @alexpasmantier in #16
- feat(update imports): add support for
nvim-tree
by @alexpasmantier in #17 - Update README.md by @alexpasmantier in #18
- refactor(healthcheck): remove duplicate binary checks by @alexpasmantier in #19
- docs: less features by @alexpasmantier in #20
- Update README.md by @alexpasmantier in #21
- fix: python package discovery on target rather than source by @alexpasmantier in #22
New Contributors
- @alexpasmantier made their first contribution in #1
Full Changelog: https://github.com/alexpasmantier/pymple.nvim/commits/v0.1.0