Skip to content

Releases: ChimeHQ/Extendable

v0.4.0

04 Apr 21:13
0feac3e
Compare
Choose a tag to compare
  • Move to MainActor.assumeIsolated
  • Introduce the @InitializerTransferred property wrapper to help deal with ExtensionKit's missing isolation annotations.

v0.3.0

21 Jan 11:56
84e86a9
Compare
Choose a tag to compare
  • 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

14 Apr 22:47
ed81589
Compare
Choose a tag to compare
  • 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

16 Sep 12:58
1e5f8b3
Compare
Choose a tag to compare
  • Improve SDK/Platform compatibility

v0.1.0

03 Sep 19:08
ee74774
Compare
Choose a tag to compare
  • Initial Release