Skip to content

Releases: witspirit/IntelliJBehave

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.

v1.60

05 Mar 11:55
abefbda
Compare
Choose a tag to compare

Added support for IJ-2023.1.

v1.59

01 Dec 14:47
3d6fd58
Compare
Choose a tag to compare
  • Upgraded plugin to support IJ-2022.3.
  • Dropped plugin to support IJ-2021.1.
  • Upgraded kotlin and gradle-intellij-plugin versions.
  • Improved the appearance of the Story file structure view.

v1.58

27 Jul 06:47
Compare
Choose a tag to compare
  • Upgraded plugin to support IJ-2022.2.
  • Added some run configurations for plugin development.