All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Fix withUnsafeBytes using Xcode 14
replaceOccurences on String
- SPM Support
- Carthage support
1.7.0 - 2020-01-07
- Remove objc code to prepare SPM support (2.0)
- Force push of tag latest
1.6.0 - 2019-11-06
- String extension to validate an email address
- Setted BUILD_LIBRARY_FOR_DISTRIBUTION to YES to get module stability
1.5.0 - 2019-03-27
- Swift 5 compatibility
[1.4.0] (https://github.com/openium/SwiftiumKit/compare/v1.3.0...v1.4.0)- 2016-11-08
- Add int subscript to String extension.
- Add closed int range subscript to String extension.
- Add int range subscript to String extension.
- Add negative int subscript to String extension.
- Add int subscript setter to String extension.
- Add firstLowercased utility to String extension.
[1.3.0] (https://github.com/openium/SwiftiumKit/compare/v1.2.0...v1.3.0)- 2016-11-07
- travis CI configuration / badge in README
- Add CodeBeat badge in README
- Add addition operators on Dictionaries.
[1.2.0] (https://github.com/openium/SwiftiumKit/compare/v1.1.1...v1.2.0)- 2016-10-19
- Add UIImage addition to colorize an image with another color
- Add UIColor addition to create an image filled with current color
1.1.1 - 2016-10-19
- Removes markdown added by error to target
1.1.0 - 2016-10-19
- UIFont extensions to print all fonts / search font nearby a font name
1.0.0 - 2016-10-17
- Swift 3 support
0.2.0 - 2016-03-14
- Added NSData from/to hex String conversions
- Added string hashes (MD5, SHA1, SHA224, SHA256, SHA384, SHA512)
- Added NSData AES encryption/decryption using string key
0.1.1 - 2016-03-10
- Updated UIColor additions documentation and tests
- UIColor additions for create colors from RGB/ARGB/RGBA integers