Skip to content

Releases: ShitLib/shitlib-swift

Renovation

22 Mar 21:59
Compare
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
Compare
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
Compare
Choose a tag to compare

Added

  • Added support for Carthage

Nice contribution

17 Apr 14:15
Compare
Choose a tag to compare

Changed

Polishing

17 Apr 14:14
Compare
Choose a tag to compare

Changed

  • Changed constants names to conform to Swift conventions

The very first release

17 Apr 14:12
Compare
Choose a tag to compare

Added

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