Releases: InsanusMokrassar/MicroUtils
Releases · InsanusMokrassar/MicroUtils
0.24.4
0.24.3
Ksp
:Sealed
:- Fixes in processing of
GenerateSealedTypesWorkaround
annotations
- Fixes in processing of
0.24.2
Versions
:Exposed
:0.57.0
->0.58.0
Ksp
:Sealed
:- Add annotation
GenerateSealedTypesWorkaround
which allow to generatesubtypes
lists
- Add annotation
0.24.1
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
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 commonPercentage
.Progress
now is typealias - Fix of
Progress.compareTo
extension
- Rename
0.23.2
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 userunCatching
instead ofrunCatchingSafely
- Small refactor in
0.23.1
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
- Add
0.23.0
THIS UPDATE MAY CONTAINS SOME BREAKING CHANGES (INCLUDING BREAKING CHANGES IN BYTECODE LAYER) RELATED TO UPDATE OF
KTOR DEPENDENCY
THIS UPDATE CONTAINS CHANGES ACCORDING TO MIGRATION GUIDE FROM KTOR
Versions
:Ktor
:2.3.12
->3.0.1
Ktor
:Common
:- Extension
Input.downloadToTempFile
has changed its receiver toSource
. Its API can be broken
- Extension
Client
:- Extension
HttpClient.tempUpload
has changed type ofonUpload
argument fromOnUploadCallback
toProgressListener
- All extensions
HttpClient.uniUpload
have changed type ofonUpload
argument fromOnUploadCallback
toProgressListener
- Extension
Server
:- Remove redundant
ApplicationCall.respond
extension due to its presence in the ktor library
- Remove redundant
0.22.9
Repos
:Cache
:- Add direct caching repos
0.22.8
Common
:- Add
List.breakAsPairs
extension - Add
Sequence.padWith
/Sequence.padStart
/Sequence.padEnd
andList.padWith
/List.padStart
/List.padEnd
extensions
- Add