We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a919014 commit 936524fCopy full SHA for 936524f
CHANGELOG.md
@@ -21,16 +21,21 @@
21
22
## [1.3.2]
23
24
-version
25
-
26
- Change deprecated method call
+- Old Java project imported and converted to Kotlin
+- Initial scaffold created
27
+ from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
28
-## [1.3.1]
29
+## [1.2]
30
-## [0.0.1]
31
+- Better calculation of test method name
32
-### Added
33
+## [1.1]
34
-- Old Java project imported and converted to Kotlin
35
-- Initial scaffold created
36
- from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
+- Insert relative path to test file, in case test files are inside subfolders
+
37
+## [1.0]
38
39
+- Initial version
40
41
+### Added
0 commit comments