Skip to content

Releases: ChimeHQ/Extendable

v0.4.0

Choose a tag to compare

@mattmassicotte mattmassicotte released this 04 Apr 21:13
0feac3e
  • Move to MainActor.assumeIsolated
  • Introduce the @InitializerTransferred property wrapper to help deal with ExtensionKit's missing isolation annotations.

v0.3.0

Choose a tag to compare

@mattmassicotte mattmassicotte released this 21 Jan 11:56
84e86a9
  • Adding some @MainActor annotations
  • removing Swift 5.7 guards, as 5.8 is now required
  • Address some concurrency warnings with MainActor.runUnsafely

v0.2.0

Choose a tag to compare

@mattmassicotte mattmassicotte released this 14 Apr 22:47
ed81589
  • renames the host-side library to ExtendableHost to be less-specific about just views
  • adds a small convenience init method to AppExtensionProcess to help with Sendability

v0.1.1

Choose a tag to compare

@mattmassicotte mattmassicotte released this 16 Sep 12:58
1e5f8b3
  • Improve SDK/Platform compatibility

v0.1.0

Choose a tag to compare

@mattmassicotte mattmassicotte released this 03 Sep 19:08
ee74774
  • Initial Release