0.4.0 - Jul 22, 2022 #117
hoc081098
announced in
Announcements
Replies: 1 comment 5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
CHANGELOG
Update
KotlinX Coroutines
to1.6.4
.Gradle
to7.5
.Add
defer
.flowFromSuspend
.mapEager
,flatMapConcatEager
,flattenConcatEager
.skipUntil
,dropUntil
.pairwise
.NeverFlow
interface andNeverFlow.Companion
object.cast
,castNotNull
,castNullable
.combine
versions for6 - 12
Flow
s.Refactor
neverFlow()
now returnsNeverFlow
.takeUntil
: changenotifier
type toFlow<Any?>
Internal fix for
AtomicRef
: freezevalue
ifAtomicRef
is frozen.Support for Apple Silicon targets
iosSimulatorArm64
.macosArm64
.tvosSimulatorArm64
.watchosSimulatorArm64
.Enable compatibility with non-hierarchical multiplatform projects.
What's Changed
skipUntil
,dropUntil
. by @hoc081098 in feat:skipUntil
,dropUntil
. #99pairwise
operator by @hoc081098 in feat(pairwise): addpairwise
operator #102NeverFlow
,neverFlow()
returnsNeverFlow
, update docs by @hoc081098 in refactor(never): addNeverFlow
,neverFlow()
returnsNeverFlow
, update docs #103notifier
type toFlow<Any?>
by @hoc081098 in refactor(takeUntil): changenotifier
type toFlow<Any?>
#112value
ifAtomicRef
is frozen. by @hoc081098 in fix(internal): freezevalue
ifAtomicRef
is frozen. #115New Contributors
Full Changelog: 0.3.0...0.4.0
This discussion was created from the release 0.4.0 - Jul 22, 2022.
Beta Was this translation helpful? Give feedback.
All reactions