ReactiveKit v3.16.0 Release Notes

Release Date: 2020-01-18 // about 4 years ago
    • ๐Ÿšฆ Integration with Combine: Introduces Signal.toPublisher and Publisher.toSignal methods.
    • โž• Added store(in:) family of methods to Disposable in alignment with Combine.
    • ๐Ÿ‘Œ Improvements in Published property wrapper. Thanks @ibrahimkteish!
    • โœ… Cleanup of unit tests.