All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Use standard Swift Package structure to be more lightweight and more Xcode syntax coloring and autocomplete friendly.
- 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.
4.0.0 - 2018-10-09
- Added support for Swift Package Manager
- Use standard Swift project structure to improve compatibility with dependency managers and CI tools.
3.1.0 - 2018-09-11
- Added support for Carthage
3.0.0 - 2014-08-09
- Get rid of initializer #1 by @ugoArangino
2.0.0 - 2018-02-25
- Changed constants names to conform to Swift conventions
- Library
- Tests with 100% coverage
- Added support for CocoaPods