Skip to content

Releases: sparrowcode/SwiftBoost

5.0.0

21 Apr 12:20

Choose a tag to compare

Major release with Swift 6 strict concurrency.

Breaking changes:

  • Removed Logger module (error(), debug(), Logger.configure).
  • Callback APIs (delay, URLSession.request, UIImageView.download) now require @Sendable closures under Swift 6 language mode.
  • Requires swift-tools-version:6.3.

Cleanup:

  • Dropped redundant DispatchQueue.main.async in UIApplication.openSettings.

4.0.23

21 Apr 12:18

Choose a tag to compare

Removed Logger module. Cleaned up redundant DispatchQueue.main.async in UIApplication.openSettings.

4.0.22

21 Apr 12:12

Choose a tag to compare

Bumped Swift tools version to 6.3. Fixed Swift 6 strict concurrency errors.

4.0.21

21 Apr 12:04

Choose a tag to compare

Bumped Swift tools version to 6.2.

4.0.20

21 Apr 11:52

Choose a tag to compare

Update URLSessionExtension.

Fixed nil values for URL requests.

23 Feb 06:03

Choose a tag to compare

4.0.19

Update URLSessionExtension.swift

Updated network worker.

21 May 08:39

Choose a tag to compare

4.0.18

Updated network worker.

Added open email.

22 Apr 14:08

Choose a tag to compare

4.0.17

Update UIApplicationExtension.swift

Fixed logger.

19 Feb 10:49

Choose a tag to compare

4.0.16

Update Logger.swift

4.0.15

28 Nov 08:55

Choose a tag to compare

Fixed Mac comb.