Skip to content

v0.8.0

Compare
Choose a tag to compare
@bnorm bnorm released this 06 May 22:37
· 65 commits to master since this release

New

  • Compile against Kotlin 1.5.0 (#40).
  • Support generic parameter diagramming (#39).
    • Added support for assertFalse style functions.
    • Added support for non-boolean functions.
  • Support multiple parameter functions (#41).
    • Added support for assertEquals style functions.
    • Function signature must still end with a String or () -> String accepting parameter.
plugins {
  id "com.bnorm.power.kotlin-power-assert" version "0.8.0"
}