7.0.0-beta.137.0.0-beta.12
Reading changes from the repo…
defaultIfEmpty
operator now requires a value to be passed, which prevents it from converting undefined
to null
. This change enhances clarity and ensures expected behavior when using this operator. last
, first
, and elementAt
operators now allow undefined
as a valid default value. This provides more flexibility in handling cases where undefined
is a legitimate value. mergeMap
, mergeAll
, and min
to run mode, improving the reliability and accuracy of the tests. combineLatest
and forkJoin
signatures to ensure they only match ObservableInput
values. This improves type safety and prevents unexpected behavior when using these operators. any
to behave correctly with findIndex
, ensuring that the expected results are returned when using this operator.