Releases: sparrowcode/SwiftBoost
Releases · sparrowcode/SwiftBoost
Release list
5.0.0
Major release with Swift 6 strict concurrency.
Breaking changes:
- Removed
Loggermodule (error(),debug(),Logger.configure). - Callback APIs (
delay,URLSession.request,UIImageView.download) now require@Sendableclosures under Swift 6 language mode. - Requires
swift-tools-version:6.3.
Cleanup:
- Dropped redundant
DispatchQueue.main.asyncinUIApplication.openSettings.
4.0.23
Removed Logger module. Cleaned up redundant DispatchQueue.main.async in UIApplication.openSettings.
4.0.22
Bumped Swift tools version to 6.3. Fixed Swift 6 strict concurrency errors.
4.0.21
4.0.20
Fixed nil values for URL requests.
4.0.19 Update URLSessionExtension.swift
Updated network worker.
4.0.18 Updated network worker.
Added open email.
4.0.17 Update UIApplicationExtension.swift