Skip to content

0.39.1

Choose a tag to compare

@stephencelis stephencelis released this 25 Aug 16:05
· 1049 commits to main since this release
a518935
  • 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 Foundations to your code base after updating to this version.

  • Changed: Updated Global/Local generics to more relative Parent/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).