Releases: raniejade/spek-idea-plugin
Releases · raniejade/spek-idea-plugin
v0.4.3
In line with Spek 1.1.3
, this release upgrades the bundled JUnit Platform to 1.0.0-RC2
.
v0.4.1
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
- #35 Properly handle
isPassParentEnvs
.
- #42 Bump intellij-gradle-plugin version
- #41 Run spec under cursor.
v0.3.4
- (#33) Isolate plugin dependencies to avoid conflicts.
v0.3.3
- 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
- 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
- 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
- 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
- Fix compatibility issue with Intellij IDEA 2016.3
- More NPE fixes.
- Decouple runner from JUnit.
- Add this changelog.