Skip to content

Releases: InsanusMokrassar/MicroUtils

0.20.3

01 Sep 23:03
Compare
Choose a tag to compare
  • Versions:
    • Compose: 1.4.3 -> 1.5.0
    • Exposed: 0.42.1 -> 0.43.0
    • Ktor: 2.3.3 -> 2.3.4
  • Repos:
    • Cache:
      • Fixes in locks of caches

0.20.2

24 Aug 15:35
Compare
Choose a tag to compare
  • All main repos uses SmartRWLocker
  • Versions:
    • Serialization: 1.5.1 -> 1.6.0
    • Exposed: 0.42.0 -> 0.42.1
    • Korlibs: 4.0.9 -> 4.0.10
  • Androis SDK: 33 -> 34

0.20.0

08 Aug 19:41
Compare
Choose a tag to compare
  • Versions:
    • Kotlin: 1.8.22 -> 1.9.0
    • KSLog: 1.1.1 -> 1.2.0
    • Exposed: 0.41.1 -> 0.42.0
    • UUID: 0.7.1 -> 0.8.0
    • Korlibs: 4.0.3 -> 4.0.9
    • Ktor: 2.3.2 -> 2.3.3
    • Okio: 3.4.0 -> 3.5.0

0.19.9

29 Jul 12:54
Compare
Choose a tag to compare
  • Versions:
    • Koin: 3.4.2 -> 3.4.3
  • Startup:
    • Now it is possible to start application in synchronous way

0.19.8

26 Jul 20:45
Compare
Choose a tag to compare
  • Versions:
    • Coroutines: 1.7.2 -> 1.7.3
    • Kotlin: 1.8.20 -> 1.8.22
    • Compose: 1.4.1 -> 1.4.3
    • Okio: 3.3.0 -> 3.4.0
    • RecyclerView: 1.3.0 -> 1.3.1
    • Fragment: 1.6.0 -> 1.6.1
  • Repos:
    • Fixes In KeyValueRepo.clear() of almost all inheritors of KeyValueRepo
    • Cache:
      • All full caches got skipStartInvalidate property. By default, this property is false and fully caching repos
        will be automatically invalidated on start of their work

0.19.7

30 Jun 10:29
7ba6eed
Compare
Choose a tag to compare
  • Versions:
    • Coroutines: 1.7.1 -> 1.7.2

0.19.6

29 Jun 15:42
Compare
Choose a tag to compare
  • Versions:
    * Coroutines: 1.6.4 -> 1.7.1
    * Ktor: 2.3.1 -> 2.3.2
    * Compose: 1.4.0 -> 1.4.1

0.19.5

20 Jun 17:17
Compare
Choose a tag to compare
  • Repos:
    • Generator:
      • Fixes in new type generation

0.19.4

19 Jun 12:37
Compare
Choose a tag to compare
  • Versions:
    • Koin: 3.4.1 -> 3.4.2
    • Android Fragments: 1.5.7 -> 1.6.0
  • Koin
    • Generator
      • Fixes in new generic generator part

0.19.3

19 Jun 03:55
Compare
Choose a tag to compare
  • Koin
    • Generator
      • New getter methods now available with opportunity to use parameters
      • Old notation *Single and *Factory is deprecated since this release. With old
        will be generated new single* and factory* notations for new generations
      • Add opportunity to use generic-oriented koin definitions