v3.16.0
- Integration with Combine: Introduces
Signal.toPublisher
andPublisher.toSignal
methods. - Added
store(in:)
family of methods toDisposable
in alignment with Combine. - Improvements in
Published
property wrapper. Thanks @ibrahimkteish! - Cleanup of unit tests.