Conbini Versions Save

Publishers, operators, and subscribers to supplement Combine.

0.6.0

3 years ago

This update is small and straightforward:

  • asyncMap & asyncTryMap have been removed since they don't play nicely with Combine's backpressure mechanisms.
  • Some minor tweaks and warnings have been fixed for Xcode 12.

0.5.1

4 years ago

0.4.0

4 years ago

This release includes two new useful custom subscribers and a bunch of interesting operators:

  • retry on delayed intervals.
  • handleEnd to clean up resources in any completion case (i.e. successful/failure completion or cancellation).
  • sink using the new custom subscribers.

Also, there is better support for backpressure all around the framework. Many operators/publishers now accept optional "demand" related parameters and work great with standard backpressure mechanisms (such as buffer).

0.3.0

4 years ago

The sequential flatMap operator/publisher has been re-engineered to accept a transform closure, making it much more useful.

0.2.0

4 years ago

Conbini has been separated into two products:

  • import Conbini for regular usage in your framework or application.
  • import ConbiniForTesting including the testing conveniences (which depend on XCTest).

0.1.0

4 years ago

Initial release gathering the first batch of publishers/subscribers.