This repository was archived by the owner on Jun 3, 2025. It is now read-only.
  
  
  
  
Releases: bnorm/kotlin-power-assert
Releases · bnorm/kotlin-power-assert
v0.13.0
New
- Support Kotlin 1.8.20 (#89).
Fixes
- Correctly align inoperator. (#96).
plugins {
  id("com.bnorm.power.kotlin-power-assert") version "0.13.0"
}
NOTE
For those that use classpath dependencies to configure plugins, the coordinates of this release dropped the gradle.plugin suffix:
buildscript {
  dependencies {
    classpath("com.bnorm.power:kotlin-power-assert-gradle:0.13.0")
  }
}
v0.12.2
v0.12.1
New
- Support receivers of infix functions (#69).
Fixes
Other
- Run tests in parallel (#73) - @christophsturm.
- Upgrade to Gradle 8 (#87) - @TWiStErRob.
- Add Kotlinter for code styling (#86) - @christophsturm.
plugins {
  id("com.bnorm.power.kotlin-power-assert") version "0.12.1"
}
NOTE
For those that use classpath dependencies to configure plugins, the coordinates of this release dropped the gradle.plugin suffix:
buildscript {
  dependencies {
    classpath("com.bnorm.power:kotlin-power-assert-gradle:0.12.1")
  }
}
v0.12.0
v0.11.0
v0.10.0
v0.9.0
v0.8.1
v0.8.0
New
- Compile against Kotlin 1.5.0 (#40).
- Support generic parameter diagramming (#39).
- Added support for assertFalsestyle functions.
- Added support for non-boolean functions.
 
- Added support for 
- Support multiple parameter functions (#41).
- Added support for assertEqualsstyle functions.
- Function signature must still end with a Stringor() -> Stringaccepting parameter.
 
- Added support for 
plugins {
  id "com.bnorm.power.kotlin-power-assert" version "0.8.0"
}