Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

Releases: soffes/SAMCategories

Version 0.4.0

18 Dec 13:34
Compare
Choose a tag to compare
  • Added function for converting data to hexadecimal string. @calebd
  • Added Danish translations. @matiasvad
  • Flatten source directory

Version 0.3.2

25 Jul 14:55
Compare
Choose a tag to compare

Improve NSString composed range categories and add tests for them. Thanks @calebd!

Version 0.3.1

25 Jul 14:14
Compare
Choose a tag to compare

Add NSString methods for working with strings with composed characters

Version 0.3.0

25 Jul 14:13
Compare
Choose a tag to compare

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

24 Jul 02:34
Compare
Choose a tag to compare
  • 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

24 Jul 02:31
Compare
Choose a tag to compare

Full strings support in CocoaPods.

Version 0.1.0

18 Jul 16:28
Compare
Choose a tag to compare

Initial release.

Localizations besides English are not support at this time due via CocoaPods.