Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 34 additions & 29 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,57 +2,62 @@

# AVA Test Run Configuration Generator Changelog

## [Unreleased]
## [1.9.1]
## [1.9.0]
## [1.8.1]
## [1.8.0]
## [1.7.0]
## [1.6.0]
## [1.5.0]
## [1.4.1]
## [1.4.0]
## [1.3.9]
## [1.3.7]

## [1.3.5]
## Unreleased

### Change
## 1.11.0 - 2023-04-13
2023 support (I hope)

## 1.9.1

## 1.9.0

## 1.8.1

## 1.8.0

## 1.7.0

## 1.6.0

## 1.5.0

## 1.4.1

## 1.4.0

## 1.3.9

## 1.3.7

## 1.3.5

### Change
- Target 2021.1+

## [1.3.4]
## 1.3.4

### Added

- [ feat(gutter): add gutter actions to run/debug tests #5 ](https://github.com/eirikb/AvaJavaScriptTestRunnerRunConfigurationGenerator/pull/5)
Adds gutter actions on the tests to make running/debugging the tests easier

## [1.3.3]
## 1.3.3

### Changed

- [Fix issue with using file name #4](https://github.com/eirikb/AvaJavaScriptTestRunnerRunConfigurationGenerator/pull/4)
by Ben Donnelly (Umaaz)
- Dependabot

## [1.3.2]

## 1.3.2
- Change deprecated method call
- Old Java project imported and converted to Kotlin
- Initial scaffold created
from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)

## [1.2.0]

## 1.2.0
- Better calculation of test method name

## [1.1.0]

## 1.1.0
- Insert relative path to test file, in case test files are inside subfolders

## [1.0.0]

## 1.0.0
- Initial version

### Added