Skip to content

Releases: testaxis/testaxis-intellij-plugin

v0.0.5

23 Feb 14:40
3100e8b
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

Added

  • Code under test files that are both covered and changed now have a special label

Changed

  • The code under test files are now sorted by "covered and changed"

v0.0.4

12 Feb 17:34
2b3f54c
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Changed

  • Improved the layout of test health warnings

v0.0.3

09 Feb 14:28
d7fb4c5
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Added

  • Test code and code under test is now editable from within the plugin
  • A new PR builds filter allows to hide PR builds (enabled by default)
  • The code under test editor now scrolls to the first line that is covered and changed

Changed

  • Highlighting of code under test is improved to better show the intersection of changed and covered code
  • Builds are now sorted by date instead of ID

Fixed

  • An issue where quickly changing tabs would result in a concurrency issue has been fixed

v0.0.2

19 Jan 10:53
2cf019b
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Fixed

  • Websocket connection will no longer be attempted before a valid authentication token is set.
  • Remove unused Project Statistics tab.
  • Fix initial API calls without initialized settings

v0.0.1

14 Jan 16:08
8b90a92
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Added

  • The first release of the TestAxis IntelliJ Plugin.