Skip to content

Releases: ShitLib/shitlib-swift

6.0.0 Concurrency

12 Sep 18:00
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changed

  • osNull wrapped value must conform to Sendable to comply with Swift 6 rules.

Removed

  • Removed redundant Int64 constants and functions because Int defaults to Int64.

Renovation

22 Mar 21:59

Choose a tag to compare

Changed

  • Use standard Swift Package structure to be more lightweight and more Xcode syntax coloring and autocomplete friendly.

Removed

  • Support for CocoaPods and Carthage has been discontinued, Swift Package Manager is now mature enough for production and it's the official and preferred package manager. CocoaPods and Carthage can still be used, if needed, by importing version 4.0.0, since no API has changed.

SPM and radical refactoring

17 Apr 14:17

Choose a tag to compare

Added

  • Added support for Swift Package Manager

Changed

  • Use standard Swift project structure to improve compatibility with dependency managers and CI tools.

Here comes Carthage

17 Apr 14:15

Choose a tag to compare

Added

  • Added support for Carthage

Nice contribution

17 Apr 14:15

Choose a tag to compare

Changed

Polishing

17 Apr 14:14

Choose a tag to compare

Changed

  • Changed constants names to conform to Swift conventions

The very first release

17 Apr 14:12

Choose a tag to compare

Added

  • Library
  • Tests with 100% coverage
  • Added support for CocoaPods