Skip to content

Releases: InsanusMokrassar/MicroUtils

0.24.7

20 Feb 04:45
Compare
Choose a tag to compare
  • Versions:
    • SQLite: 3.49.0.0 -> 3.49.1.0
  • Common:
    • Add retryOnFailure utility for simple retries code writing
  • Repos:
    • Cache:
      • Fix of FullKeyValueCacheRepo fields usage
    • Exposed:
      • AbstractExposedKeyValuesRepo will produce onValueRemoved event on set if some data has been removed

0.24.6

15 Feb 10:30
Compare
Choose a tag to compare
  • Versions:
    • KSLog: 1.4.0 -> 1.4.1
    • Exposed: 0.58.0 -> 0.59.0
    • SQLite: 3.48.0.0 -> 3.49.0.0
    • AndroidFragment: 1.8.5 -> 1.8.6
  • Coroutines:
    • Safely functions has been replaced with Logging variations (resolve of #541)
  • KSP:
    • Variations:
      • Module has been created

0.24.5

29 Jan 05:03
Compare
Choose a tag to compare
  • Versions:
    • Kotlin: 2.1.0 -> 2.1.10
    • SQLite: 3.47.2.0 -> 3.48.0.0
    • Koin: 4.0.1 -> 4.0.2
    • Android RecyclerView: 1.3.2 -> 1.4.0

0.24.4

19 Jan 04:59
Compare
Choose a tag to compare
  • Repos:
    • Exposed:
      • Improve CommonExposedRepo.selectByIds
  • FSM:
    • Fixes and improvements

0.24.3

15 Jan 09:41
Compare
Choose a tag to compare
  • Ksp:
    • Sealed:
      • Fixes in processing of GenerateSealedTypesWorkaround annotations

0.24.2

14 Jan 09:04
Compare
Choose a tag to compare
  • Versions:
    • Exposed: 0.57.0 -> 0.58.0
  • Ksp:
    • Sealed:
      • Add annotation GenerateSealedTypesWorkaround which allow to generate subtypes lists

0.24.1

10 Jan 05:03
Compare
Choose a tag to compare
  • Versions:
    • Serialization: 1.7.3 -> 1.8.0
    • SQLite: 3.47.1.0 -> 3.47.2.0
    • Koin: 4.0.0 -> 3.10.2
    • OKio: 3.9.1 -> 3.10.2

0.24.0

21 Dec 05:05
Compare
Choose a tag to compare
  • Versions:
    • Coroutines: 1.9.0 -> 1.10.1
    • KSLog: 1.3.6 -> 1.4.0
    • Compose: 1.7.1 -> 1.7.3
    • Ktor: 3.0.2 -> 3.0.3
  • Common:
    • Rename Progress to more common Percentage. Progress now is typealias
    • Fix of Progress.compareTo extension

0.23.2

06 Dec 09:53
Compare
Choose a tag to compare
  • Versions:
    • Kotlin: 2.0.21 -> 2.1.0
    • Exposed: 0.56.0 -> 0.57.0
    • Xerial SQLite: 3.47.0.0 -> 3.47.1.0
    • Ktor: 3.0.1 -> 3.0.2
  • Coroutines:
    • Small refactor in AccumulatorFlow to use runCatching instead of runCatchingSafely

0.23.1

25 Nov 11:24
Compare
Choose a tag to compare
  • Versions:
    • Compose: 1.7.0 -> 1.7.1
    • Exposed: 0.55.0 -> 0.56.0
    • Xerial SQLite: 3.46.1.3 -> 3.47.0.0
    • Android CoreKTX: 1.13.1 -> 1.15.0
    • Android Fragment: 1.8.4 -> 1.8.5
  • Coroutines:
    • Compose:
      • Add StyleSheetsAggregator