Unclaimed project
Are you a maintainer of OpenCombine? Claim this project to take control of your public changelog and roadmap.
Changelog
Open source implementation of Apple's Combine framework for processing values over time.
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:
Timer(timeInterval:repeats:block:) not accounting timeInterval (#196) via @grigoryeOpenCombineShim product for easier importing (#197) via @MaxDesiatovObservableObject with Mirror (#201) via @kateinoigakukun