Skip to content

Releases: cholick/idea-spock-enhancements

0.12

01 Mar 14:40
Compare
Choose a tag to compare
  • Updated to support latest IntelliJ versions.
  • Now uses a Gradle build to create/update the plugin.

Thanks @aflowers001 for contributing this fix.

Version 0.11

06 Mar 20:52
Compare
Choose a tag to compare

Fixes for IntelliJ 16 compatibility.

Version 0.10

16 Dec 03:20
Compare
Choose a tag to compare

Fix for:

update failed for AnAction with ID=Spock.NewSpec:
    Please change caller according to com.intellij.openapi.project.IndexNotReadyException documentation

Version 0.9

05 Jul 21:36
Compare
Choose a tag to compare

Fixes for IntelliJ 14 compatibility.

Version 0.8

17 Feb 06:12
Compare
Choose a tag to compare

Added 2 additional inspections:

  • Check that "when" is paired with "then"
  • Check that parameterized feature methods use @unroll.

The second inspection is disabled by default. To enable, visit: Inspections -> Groovy -> Spock

Version 0.7

01 Dec 17:45
Compare
Choose a tag to compare

Additional fix for IntelliJ 13 compatibility (issue #15)

Version 0.6

13 Oct 17:35
Compare
Choose a tag to compare

Fixes for IntelliJ 13 compatibility.