Expecta Changelog

What's new in Expecta 1.0.2

Sep 13, 2015
  • Fixed a memory leak in the expect() block [dhardiman]

New in Expecta 1.0.1 (May 25, 2015)

  • Fixes a missing header (EXPMatchers+match.h) that had incorrectly been set to be private.

New in Expecta 0.4.2 (Apr 21, 2015)

  • Fixes public header properties for EXPMatchers.h

New in Expecta 0.4.1 (Apr 20, 2015)

  • Adds support for match for regular expressions [yomajkel] + [ashfurrow]

New in Expecta 0.4.0 (Apr 10, 2015)

  • Update Podspec for 0.4.0

New in Expecta 0.3.2 (Apr 1, 2015)

  • 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]
  • Renamed postNotification to notify (with backwards compatability [gfontenot]
  • notify equality isn't based on raw pointer equals [gfontenot]
  • NSDecimalNumber & NSNumber comparison fixes [rolandkakonyi]
  • Added support for .after(2.5) to allow a forced timeout [iabudiab]

New in Expecta 0.3.1 (Jul 4, 2014)

  • Bump Podspec version

New in Expecta 0.2.2 (Sep 20, 2013)

  • Trigger a memory barrier when using `will`
  • Support for ARC when writing custom matchers
  • Ensure matcher category loading with constructors
  • haveCountOf supports any class that responds to `count`

New in Expecta 0.1.3 (Feb 20, 2012)

  • changed how an object is determined to be a Class.
  • refactored ocunit exception generation.
  • fixed incorrect initialization in EXPFloatTuple and EXPDoubleTuple