Skip to content

Releases: raniejade/spek-idea-plugin

v0.4.3

22 Aug 13:26
Compare
Choose a tag to compare

In line with Spek 1.1.3, this release upgrades the bundled JUnit Platform to 1.0.0-RC2.

v0.4.2

20 Aug 12:16
Compare
Choose a tag to compare

Minor release for #48.

v0.4.1

01 Aug 13:40
Compare
Choose a tag to compare

This release focused on improving integration with android projects. Plugin can now use Gradle-aware Make as before launch step and it's automatically created whenever you create a new run configuration.

v0.3.5

02 Jul 05:26
Compare
Choose a tag to compare
  • #35 Properly handle isPassParentEnvs.
  • #42 Bump intellij-gradle-plugin version
  • #41 Run spec under cursor.

v0.3.4

14 Mar 11:30
Compare
Choose a tag to compare
  • (#33) Isolate plugin dependencies to avoid conflicts.

v0.3.3

05 Feb 11:51
Compare
Choose a tag to compare
  • Remove unnecessary bundled spek jars. Only junit-platform-launcher will be included, but
    it will only be used if it's not already included in the targets classpath.
  • Remove bundled kotlin jars (already provided at runtime).
  • (#26) Ensure run configuration settings are persisted.
  • (#29) Report about exceptions occurred inside fixture or action body.

v0.3.2

14 Mar 11:33
Compare
Choose a tag to compare
  • Ensure compatibility with Spek 1.1.0-beta3.
  • Upgrade to Kotlin 1.0.6.
  • Upgrade bundled Spek to 1.1.0-beta3.

v0.3.1

14 Mar 11:34
Compare
Choose a tag to compare
  • Decouple persisted metadata from JUnit Platform.
  • Improve checking for spec classes (sub-classes are now correctly identified, abstract classes excluded).
  • Upgrade bundled Spek to 1.1.0-beta2.
  • Upgrade bundled JUnit Platform to 1.0.0-M3

v0.3.0

14 Mar 11:34
Compare
Choose a tag to compare
  • Properly escape Service Message strings.
  • Code restructuring.
  • Add support for running tests in package/directory.
  • Add support for running class file in project browser.
  • Add validity checks for run configurations.

v0.2.6

14 Mar 11:34
Compare
Choose a tag to compare
  • Fix compatibility issue with Intellij IDEA 2016.3
  • More NPE fixes.
  • Decouple runner from JUnit.
  • Add this changelog.