- Improved tests.
[UITextField tc_setLeftAndRightPadding:]
will now throw exceptions if negative values are passed.- Added
[UIColor tc_isValidHexString:]
which will determine whether anNSString
can be converted to aUIColor
. [UIColor tc_colorWithHexString:]
will now throw exceptions if invalid strings are passed.
- Added ThunderCats logo. Thanks Christi.
- Added .cocoadocs.yml
- Actually started putting stuff in change log.
- Removed deprecated files.
- Restructured project.
- Removed dependencies.
- Updated README.md
- Added CONTRIBUTING.md
- Added .slather.yml for code coverage
- Added .travis.yml for CI
- Updated GEMFILE
Initial release.