This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
Releases: robstoll/tutteli-spek-extensions
Releases · robstoll/tutteli-spek-extensions
hint about cleanup error due to open file handle
withinTmpDir, publish to maven central
v1.1.0 v1.1.0
include developer in pom for maven-central
v1.0.1 v1.0.1
Memoized based implementation
We changed the implementation, see README for more details.
As this is a breaking change we increased the major version.
spek 2.0.8
This version works only with spek 2.0.8 and above as spek introduced a BC break
android jar
this release contains a jar for android which does not include a module-info.java in contrast to the jvm jar
newSymbolicLink
v0.5.0 v0.5.0
fix for nested groups
v0.4.1 v0.4.1
update to spek2 (no longer compatible with spek 1)
v0.4.0 v0.4.0
Different scopes for TempFolder
This version allows to define different scopes than Test. For instance, if you want that the files are set up (and clean up) per Action, then you can define TempFolder.perAction()