Skip to content

v2.8.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 15:47
· 1 commit to master since this release

[2.8.0] - 2023-03-05

Added

  • Uri.resolve / Uri.resolveTo
    • Example
      Uri("http://a/b/c/d;p?q").resolve("../g")
      // returns
      Uri("http://a/b/g")
  • DataUri factory for textual data

Changed

  • upgrade to
    • Kotlin 1.8.10
    • Ktor 2.2.3
    • Kotlinx.serialization to 1.5.0
  • moved time-related feature to separate kommons-time module

Fixed

  • toMomentString for negative dates