Releases: sparrowcode/SwiftBoost
Releases · sparrowcode/SwiftBoost
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
Bumped Swift tools version to 6.2.
4.0.20
Update URLSessionExtension.
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
Fixed logger.
4.0.16 Update Logger.swift
4.0.15
Fixed Mac comb.