Skip to content

v1.0.0

Compare
Choose a tag to compare
@wojciech-kulik wojciech-kulik released this 26 Nov 00:18
· 249 commits to main since this release
  • Improved tests detection. You can also change the mode of searching test files: more details. Using default filename_lsp your test file name doesn't have to match test class name anymore.
  • Improved tests matching. Test classes with the same names across multiple targets are now correctly recognized.
  • Improved startup time. Now the last test report is serialized to the JSON file and loaded on start, without processing logs every time.
  • Integration with lualine.nvim: more details.
  • Added new actions: XcodebuildCleanBuild and XcodebuildCleanDerivedData (resolved #4)
  • Caching list of available devices (until Neovim restart).
  • XcodebuildBootSimulator action now starts also the Simulator app.
  • Improved running of selected tests. Now when you open a project that was previously built and run selected tests, the plugin won't start another build to index tests.
  • Improved opening files and tests from the logs panel (using o keymap).
  • Minor bug fixes and improvements.