MoM
Pre-release
Pre-release
- Adds
attributedText
toUITextField
. #1249 - Adds
attributedText
toUITextView
. #1249 - Deprecates
shareReplayLatestWhileConnected
andshareReplay
in favor ofshare(replay:scope:)
. #1430 - Changes
publish
,replay
,replayAll
to clear state in case of sequence termination to be more consistent with other Rx implementations and enable retries. #1430 - Replaces
share
with default implementation ofshare(replay:scope:)
. #1430 - Adds
HasDelegate
andHasDataSource
protocols. - Updates package version to v4 format. #1418
Anomalies
- Adds deprecated warnings to API parts that were missing it. #1427
- Improves memory handling in
isScheduleRequiredKey
. #1428 - Removes pre-release identifier from bundle version to enable
TestFlight
submissions. #1424 - Removes code coverage to enable
TestFlight
submissions. #1423 - Fixes Xcode warnings. #1421