Releases: cx-org/CombineX
Releases · cx-org/CombineX
0.4.0
- Move
CXShim
and CXTest
to a separate repo.
CombineIdentifier
now use lock-free atomics.
0.3.2
- Fix CocoaPods integration (#118)
0.3.1
- Fix flipped sign in
RunLoop.CX.SchedulerTimeType.distance(to:)
(#104)
- Fix premature completion in
Publishers.Zip
(#105)
- Fix a crash when using
Publishers.Concatenate
with Just
(#109)
- Fix CocoaPods and Carthage integration (#111, #114)
0.3.0
Merge pull request #100 from cx-org/version-0.3.0
prepare for v0.3.0
0.2.0
- Remove Runtime dependency.
- Add CXTest.
0.1.1
- fix cocoapods installation.
0.1.0
The first step of a great journey.
: )