OpenCombine v0.12.0 Release Notes

Release Date: 2021-01-29 // about 3 years ago
  • ๐Ÿš€ This release adds a new OpenCombineShim product that will conditionally re-export either Combine on Apple platforms, or OpenCombine on other platforms. Additionally, ObservableObject protocol is now available and working on all platforms.

    A bug with Timer(timeInterval:repeats:block:) firing immediately not accounting for the passed ๐Ÿ›  timeInterval is fixed.

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  Fix Timer(timeInterval:repeats:block:) not accounting timeInterval (#196) via @grigorye
    • โž• Add OpenCombineShim product for easier importing (#197) via @MaxDesiatov
    • Implementation for ObservableObject with Mirror (#201) via @kateinoigakukun