-
Fixed: Pinned Combine Schedulers to 0.7.3, which removes an errant
@_exported import Foundation
.Note: This update addresses a breaking change introduced to Combine Schedulers (see the release notes for more). As a consequence, you may need to add explicit
import Foundation
s to your code base after updating to this version. -
Changed: Updated
Global
/Local
generics to more relativeParent
/Child
, or more domain-specific names. -
Infrastructure: Added Spanish language translation of the README (thanks @pitt500).
-
Infrastructure: README and documentation improvements (thanks @ole, @SevioCorrea, @kalupas226)
-
Infrastructure: Demo cleanup.
-
Infrastructure: Made test classes
final
(thanks @Jager-yoo).