Skip to content

XCoordinator 2.2.1

Latest
Compare
Choose a tag to compare
@pauljohanneskraft pauljohanneskraft released this 28 Feb 16:17
· 3 commits to master since this release

Changelog:

  • Ensure async extensions are run on MainActor
  • Changing access of open methods in extensions to public since they cannot be overridden anyways (Xcode warning)
  • Rename private method Target.handle(_:) due to Apple validation issue by @VincentDucastel