Skip to content

Releases: awkward/AWKHelpers

Small update

18 Mar 14:37
Compare
Choose a tag to compare

We made a small update to the AWKHelpers themselves. We only fixed the deprecation warning in AWKDateHelper.

But we did add an example project with some unit tests and ab example of the line height methods in AWKStringHelper.

Added NSArray object mapping helpers

18 Mar 13:09
Compare
Choose a tag to compare

The following helper methods have been added in this release:
-[NSArray arrayByMappingObjectsWithBlock:options:]
-[NSMutableArray replaceObjectsWithBlock:options:]

The methods help with creating a new NSArray (or changing all objects of an NSMutableArray), where all the new objects can be returned by a given block.

0.5

03 Mar 17:35
Compare
Choose a tag to compare
0.5
Added attributed string methods to NSString

0.4

24 Feb 13:10
Compare
Choose a tag to compare
0.4
Small fix for a loading problem

0.3.3

24 Feb 12:55
Compare
Choose a tag to compare
New setObjectIfNonNil: method for mutable dictionaries

0.2.0

27 Oct 11:51
Compare
Choose a tag to compare
Added NSString and UIColor helpers

0.1.1

27 Oct 11:51
Compare
Choose a tag to compare
Version bump

0.1.0

27 Oct 11:52
Compare
Choose a tag to compare
Update README.md