Skip to content

0.1.0-alpha.16

Pre-release
Pre-release
Compare
Choose a tag to compare
@JavierSegoviaCordoba JavierSegoviaCordoba released this 13 Feb 22:40
· 7 commits to main since this release

[0.1.0-alpha.16] - 2024-02-13

Added

  • FileScope DSL
  • T?.or(other: T): T
  • T?.or(block: () -> T): T
  • Iterable<T>.sixth(): T
  • Iterable<T>.sixthOrNull(): T?
  • Iterable<T>.seventh(): T
  • Iterable<T>.seventhOrNull(): T?
  • Iterable<T>.eighth(): T
  • Iterable<T>.eighthOrNull(): T?
  • Iterable<T>.ninth(): T
  • Iterable<T>.ninthOrNull(): T?
  • Iterable<T>.tenth(): T
  • Iterable<T>.tenthOrNull(): T?
  • Boolean.ifFalse(block: () -> Unit): Boolean
  • Boolean.ifTrue(block: () -> Unit): Boolean
  • T?.ifNotNull(block: () -> Unit): T?
  • T?.ifNull(block: () -> Unit): T?
  • Graph data structure

Updated

  • com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.6.3
  • gradle -> 8.6