- New matcher syntax [TrahDivad]
- Extracted matcher functionality to its own class and protocol [lukeredpath]
- Dynamic predicate matchers [lukeredpath]
- raise/raiseAny matcher
- haveCountOf/beEmpty matcher [TrahDivad]
- contain matcher now handles any object that conforms to NSFastEnumeration [TrahDivad]
- Fixed false negative bug with async matchers [TrahDivad]
- Fixed toBeSubClass matcher no longer working in iOS4
- Fixed minor bugs
- Fixed toBeInstanceOf matcher not working with objects stored in an variable of type id
- Improved the formatting of NSSet objects in output
- Improved the formatting of NSDictionary and NSArray objects in the output
- Improved handling of Class objects
- First Cocoapods release
- toBeLessThan/toBeLessThanOrEqualTo/toBeGreaterThan/toBeGreaterThanOrEqualTo matchers [akitchen]
- toBeInTheRangeOf matcher [joncooper]
- Line-number highlighting in XCode [twobitlabs]
- Supports float/double tuples (e.g. CGPoint, CGRect) [kseebaldt]