Skip to content

KDBindings 1.1.0 - Beta 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@LeonMatthesKDAB LeonMatthesKDAB released this 05 Jul 07:37
· 20 commits to main since this release

With this second Beta release, we address some issues found in Beta 1.

Specifically, the ConnectionEvaluator included no way to react to incoming connections in user code (see #85 ).
This forced users to continually evaluate the slots in the ConnectionEvaluator so that they didn't miss newly queued invocations.

We have addressed this in #86 by creating a protected method in the ConnectionEvaluator. Sublclasses can override this method to be notified of newly queued invocations and react accordingly. Thank you to @MiKom for requesting and prototyping this feature.

Other changes in this release include

New Contributors

Full Changelog: v1.1.0-beta.1...v1.1.0-beta.2