Skip to content

Releases: eirikb/AvaJavaScriptTestRunnerRunConfigurationGenerator

v1.17.0

06 Jan 12:18
ca7916a
Compare
Choose a tag to compare
Update gradle.properties (#121)

v1.16.0

08 Aug 18:48
10401d5
Compare
Choose a tag to compare
Bump 242 (#119)

v1.15.0

18 Apr 20:51
e0070c6
Compare
Choose a tag to compare
Bump. I hope (#118)

v1.14.0

07 Feb 22:40
7e5941e
Compare
Choose a tag to compare
Bump (#116)

* Bump

v1.13.0

05 Aug 21:01
943f491
Compare
Choose a tag to compare
Version bump (#113)

* Version bump

v1.12.0

16 Jun 06:50
54ae5ee
Compare
Choose a tag to compare

What's Changed

  • Changelog update - v1.11.0 by @github-actions in #107
  • 108 plugin doesnt properly support tests with trailing spaces by @eirikb in #109
  • Bump verifyIdeVersions and platformVersion by @eirikb in #110
  • Version bump by @eirikb in #111

Full Changelog: v1.11.0...v1.12.0

v1.11.0

12 Apr 20:02
846faca
Compare
Choose a tag to compare

2023 support (I hope)

Had to bump the project to look like the template project (again).
This really should be kind of automatic.

v1.10.0

28 Jan 10:28
3cf3e31
Compare
Choose a tag to compare
[Unreleased]: null/compare/v1.9.1...HEAD

v1.9.1

21 Aug 07:10
b0c1fd9
Compare
Choose a tag to compare
Fix compatibility (#83)

From 203 instead of 202.
Reformat source.
Remove idea-version. Hopefully it will be generated.

v1.9.0

15 Aug 19:53
ca03efe
Compare
Choose a tag to compare
81 configuration reseting when restarting webstorm (#82)

* Fix AppSettingsState persisting

AppSettingsState didn't persist between restart of IntelliJ.
Fixed by copying the approach of https://github.com/AMPivovarov/FastMouseScroll/blob/master/src/main/kotlin/FMSSettings.kt
with Service and State split a part, and making it as class, and more Java-ish.

* Bump version

Doing a minor since the state setup is quite different.