OpenCombine v0.5.0 Release Notes

Release Date: 2019-10-17 // over 4 years ago
  • ๐Ÿš€ This release is compatible with Xcode 11.1.

    โž• Additions

    • Publishers.MapKeyPath (#71)
    • Publishers.Reduce (#76)
    • Publishers.TryReduce (#76)
    • Publishers.Last (#76)
    • Publishers.LastWhere (#76)
    • Publishers.TryLastWhere (#76)
    • Publishers.AllSatisfy (#76)
    • Publishers.TryAllSatisfy (#76)
    • Publishers.Contains (#76)
    • Publishers.ContainsWhere (#76)
    • Publishers.TryContainsWhere (#76)
    • Publishers.Collect (#76)
    • Publishers.Comparison (#76)
    • Publishers.Drop (#70, thank you @5sw!)
    • Publishers.Scan (#83, thank you @epatey!)
    • Publishers.TryScan (#83, thank you @epatey!)

    ๐Ÿ›  Bugfixes

    • ๐Ÿ–จ Publishers.Print doesn't print a redundant whitespace anymore.

    Known issues

    • @Published property wrapper doesn't work yet