Skip to content

2.0.10

Compare
Choose a tag to compare
@raniejade raniejade released this 07 Mar 03:26
· 34 commits to 2.x since this release
9edff95

This releases add supports for Android Studio 3.6 and IntelliJ IDEA 2020.1

New features

  • Support for Android Studio 3.6
  • Support for IntelliJ IDEA 2020.1 EAP
  • New IDE inspection for spek classes without a no-arg constructor not marked abstract or any of the following annotations: @Ignore, @InstanceFactory. (#806)
  • The IJ test runner now explicitly exits even if there are non-daemon threads around after test execution. (#848)

Deprecations and removals

  • CachingMode.GROUP has now been deleted, this was deprecated a couple of release ago. (#798)