v.3.2.0
This release is mostly about stability improvements and making it easier to configure Neovim for iOS development. Below you will find a short list of main changes:
- Improved Test Explorer (restoring tests after Neovim launch, improved Quick support, bug fixes).
- Support for macOS logs while debugging.
- Built-in configuration for nvim-dap: see README.
- I also contributed to multiple repositories to make it easier to set up nvim-lint, conform.nvim, and nvim-lspconfig (more details). Now default configurations should work well with iOS development (note: I'm still waiting for nvim-lint to merge my PR).
What's Changed
- fix: loading settings.json when .nvim folder doesn't exist by @TMTBO in #61
- feat: support for macOS app logs by @wojciech-kulik in #63
- fix: glitching Test Explorer on Neovim v0.10 (pre-release) - temporary workaround by @wojciech-kulik in #64
- fix: reading data from files by @wojciech-kulik in #65
- fix: showing multiline test failure messages by @wojciech-kulik in #67
- fix: showing Test Explorer when auto_open=false by @wojciech-kulik in #76
- feat: support for Quick (listing tests when only classes are provided) by @wojciech-kulik in #77
- fix: jumping between uncovered lines when signs are customized by @wojciech-kulik in #79
- feat: enable xcode-build-server integration by default by @wojciech-kulik in #80
- feat: keeping Test Explorer state between Neovim runs by @wojciech-kulik in #81
- chore: project/manager.lua refactoring + added tests by @wojciech-kulik in #86
- fix(project-manager): moving and renaming group at the same time by @wojciech-kulik
- chore: improved health check and README by @wojciech-kulik
- feat: built-in configurations for nvim-dap by @wojciech-kulik in #88
New Contributors
Full Changelog: v3.1.0...v3.2.0