Skip to content

Releases: witspirit/IntelliJBehave

v1.69.1

12 Jul 21:20
a4db252
Compare
Choose a tag to compare

Changed

  • JUnit Jupiter test dependencies brought in by jbehave-core are now excluded from the built plugin archive.

v1.69.0

12 Jul 15:00
1e2d881
Compare
Choose a tag to compare

Changed

  • New supported IDE version range: 2025.1+.

Fixed

  • Fixed a step reference resolution issue. by @tomb50

v1.68.0

06 Feb 18:45
b77df0d
Compare
Choose a tag to compare

Changed

  • New supported IDE version range: 2024.3 - 2025.1-EAP.

v1.67.1

01 Oct 05:41
7a3e28e
Compare
Choose a tag to compare

Fixed

  • Fixed the K2 compiler compatibility configuration.

v1.67.0

22 Sep 17:00
9411c92
Compare
Choose a tag to compare

Changed

  • New supported IDE version range: 2024.2.1 - 2024.3.*.
    The previous version, 1.66.0 (and bugfixes of it) of JBehave Support will remain to support IDEs up to version 2024.2.0.2.
  • Updated the project to use the IntelliJ Platform Gradle Plugin 2.0.
  • Updated the project to use JDK 21.
  • Updated project configuration to make sure the plugin works when the K2 Kotlin compiler is enabled.
  • Removed a couple of deprecated API usage.

Fixed

  • Fixed the listener that tracks modifications of JBehave step def classes. It no longer fails when it encounters invalid files.
  • Fixed a potential exception during highlighting undefined steps.

v1.66.0

18 Sep 04:54
fb2dc45
Compare
Choose a tag to compare

Changed

  • New supported IDE version range: 2023.2.8 - 2024.2.0.2
  • Added code documentation to a handful of Kotlin step definitions related classes.

v1.65.0

04 Jul 17:53
31b53df
Compare
Choose a tag to compare

Changed

  • Added caching for the JBehave step reference resolution and Given-When-Then step annotation lookup.

v1.63.0

01 Feb 06:25
eed8424
Compare
Choose a tag to compare

Changed

  • New supported IDE version range: 2022.2.5-2024.1-EAP

v1.62.0

15 Oct 09:32
0dd7805
Compare
Choose a tag to compare

Changed

  • New supported IDE version range: 2022.1-2023.3
  • Removed some deprecated API usage, and simplified some related code.

v1.61.0

19 Jun 07:56
5ad5bb3
Compare
Choose a tag to compare
  • Added support for IJ-2023.2 and dropped support for IJ-2021.2.
  • Updated the plugin configuration to be based on the intellij-platform-plugin-template
  • Updated GitHub Actions integration to build and validate the plugin.
  • Removed unnecessary project dependencies.