RxSwift v4.4.1 Release Notes

Release Date: 2019-02-09 // about 5 years ago
    • โž• 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.