Atomic.1
- Adds
takeUntil(_ behavior:predicate:)
.
Anomalies
- Fixes problems with RxAtomic and thread sanitizer. #1853
- Fixes problem with passing 0 count to
Observable.range
. #1870 - Fixes Swift 5.0 warnings. #1859
- Fixes problem with RxCocoa and
DISABLE_SWIZZLING
flag. #1805 - Internal cleanups:
- Unused code deletions.
- Adds SwiftLint.
- Removes legacy Swift 3.0 conditional compilation flags.