Releases: cholick/idea-spock-enhancements
Releases · cholick/idea-spock-enhancements
0.12
Version 0.11
Fixes for IntelliJ 16 compatibility.
Version 0.10
Fix for:
update failed for AnAction with ID=Spock.NewSpec:
Please change caller according to com.intellij.openapi.project.IndexNotReadyException documentation
Version 0.9
Fixes for IntelliJ 14 compatibility.
Version 0.8
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
Additional fix for IntelliJ 13 compatibility (issue #15)
Version 0.6
Fixes for IntelliJ 13 compatibility.