Releases: ShitLib/shitlib-swift
Releases · ShitLib/shitlib-swift
Renovation
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
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
Added
- Added support for Carthage
Nice contribution
Changed
- Get rid of initializer #1 by @ugoArangino
Polishing
Changed
- Changed constants names to conform to Swift conventions
The very first release
Added
- Library
- Tests with 100% coverage
- Added support for CocoaPods