- Adds support for Xcode/Apple LLVM 5.1, which means turning off Garbage Collection support [tonyarnold]
- Raises minimum deployment targets to iOS 5.x and OS X 10.7 [tonyarnold]
- Trigger a memory barrier when using
will
[jspahrsummers] - Support for ARC when writing custom matchers [nickhutchinson]
- Ensure matcher category loading with constructors [robrix]
- haveCountOf supports any class that responds to
count
[segiddins][apparentsoft]
- Added raiseWithReason matcher [blakewatters]
- Fixed crash when expecting a block [chrisdevereux]
- 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]