Skip to content

Releases: sparrowcode/SwiftBoost

5.0.0

Choose a tag to compare

@ivanvorobei ivanvorobei released this 21 Apr 12:20

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

Choose a tag to compare

@ivanvorobei ivanvorobei released this 21 Apr 12:18

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

4.0.22

Choose a tag to compare

@ivanvorobei ivanvorobei released this 21 Apr 12:12

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

4.0.21

Choose a tag to compare

@ivanvorobei ivanvorobei released this 21 Apr 12:04

Bumped Swift tools version to 6.2.

4.0.20

Choose a tag to compare

@ivanvorobei ivanvorobei released this 21 Apr 11:52

Update URLSessionExtension.

Fixed nil values for URL requests.

Choose a tag to compare

@ivanvorobei ivanvorobei released this 23 Feb 06:03
4.0.19

Update URLSessionExtension.swift

Updated network worker.

Choose a tag to compare

@ivanvorobei ivanvorobei released this 21 May 08:39
4.0.18

Updated network worker.

Added open email.

Choose a tag to compare

@ivanvorobei ivanvorobei released this 22 Apr 14:08
4.0.17

Update UIApplicationExtension.swift

Fixed logger.

Choose a tag to compare

@ivanvorobei ivanvorobei released this 19 Feb 10:49
4.0.16

Update Logger.swift

4.0.15

Choose a tag to compare

@ivanvorobei ivanvorobei released this 28 Nov 08:55

Fixed Mac comb.