spek v2.0.10 Release Notes

Release Date: 2020-03-07 // about 4 years ago
  • ๐Ÿš€ 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)