Skip to content

v1.8.0

Compare
Choose a tag to compare
@jmgomez jmgomez released this 05 May 09:47
· 2 commits to main since this release
60b0e76

Highlights:

  • Implements the Test Runner API for unittest2 >= 0.2.4 and nimlangserver >= 1.12.0
  • Reduce extension size
  • Menu entry "open generated file"

What's Changed

  • Ignore prev ext in out by @jmgomez in #147
  • Initial implementation of the menu entry open generated file by @jmgomez in #150
  • [Test Runner] Initial API implementation with dummy tests by @jmgomez in #151
  • Lists tests for an entry point in the test runner of the extension by @jmgomez in #152
  • Better ns debugging by @jmgomez in #153
  • Individual tests can be ran from the extension by @jmgomez in #154
  • suites and all tests at once can be ran from the extension by @jmgomez in #155
  • Implements refreshTests command and button by @jmgomez in #156
  • Handles errors and inform the user (i.e. test cant be compiled) by @jmgomez in #157
  • Captures output by @jmgomez in #158
  • Allow to cancel tests by @jmgomez in #159
  • Fallback to nimble dump for testEntryPoint by @jmgomez in #160
  • Fixes an issue where the dump entry point wasnt being picked when running the tests by @jmgomez in #161
  • Bumps version 1.8.0 by @jmgomez in #162
  • Disable test runner when there is no entry point set by @jmgomez in #163

Full Changelog: v1.6.0...v1.8.0