This repository has been archived by the owner on Aug 24, 2019. It is now read-only.
Releases: soffes/SAMCategories
Releases · soffes/SAMCategories
Version 0.4.0
- Added function for converting data to hexadecimal string. @calebd
- Added Danish translations. @matiasvad
- Flatten source directory
Version 0.3.2
Improve NSString composed range categories and add tests for them. Thanks @calebd!
Version 0.3.1
Add NSString methods for working with strings with composed characters
Version 0.3.0
Remove +[UIColor sam_colorWithRGBA:]
and +[UIColor sam_colorWithHLSA:]
. Their variants without A
now support alpha. For example, these all work:
[UIColor sam_colorWithRGB:@"rgb(255, 0, 0)"];
[UIColor sam_colorWithRGB:@"rgba(255, 0, 0, 0.2)"];
[UIColor sam_colorWithHSL:@"hsl(0, 50%, 10%)"];
[UIColor sam_colorWithHLS:@"hsla(0, 50%, 10%, 0.2)"];
Version 0.2.0
- Add MD2 digest to NSData, NSString, NSArray, and NSDictionary
- Add MD4 digest to NSData, NSString, NSArray, and NSDictionary
- Add SHA224 digest to NSData, NSString, NSArray, and NSDictionary
- Add SHA384 digest to NSData, NSString, NSArray, and NSDictionary
- Add SHA512 digest to NSData, NSString, NSArray, and NSDictionary
- Add NSString HMAC digest
- Add UIColor HSL creation
- Add UIColor Full CSS color string parsing
This also renames all digest methods like sam_MD5Sum
to sam_MD5Digest
on NSData, NSString, NSArray, and NSDictionary.
Version 0.1.1
Full strings support in CocoaPods.
Version 0.1.0
Initial release.
Localizations besides English are not support at this time due via CocoaPods.