All Versions
25
Latest Version
Avg Release Cycle
134 days
Latest Release
1243 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v5.1.3 Changes
January 01, 2020๐ Version 5.1.3
01 Jan 2020
๐ Fixes:
- Don't require clang module import.
-
v5.1.2 Changes
September 24, 2019๐ Version 5.1.2
24 Sep 2019
๐ Improvements:
- โก๏ธ For building, update OCHamcrest to v7.1.2 to quiet warnings.
-
v5.1.1 Changes
September 11, 2018๐ Version 5.1.1
11 Sep 2018
๐ Improvements:
- โ Remove
.gitkeep
from Carthage folder.
- โ Remove
-
v5.1.0 Changes
March 29, 2018๐ Version 5.1.0
29 Mar 2018
๐ Features:
- Made OCMockito/OCMockitoIOS into modules, so you can
@import
them. CocoaPods users should specifyuse_frameworks!
- Made OCMockito/OCMockitoIOS into modules, so you can
-
v5.0.1 Changes
September 23, 2017๐ Version 5.0.1
22 Sep 2017
๐ Fixes:
- ๐ Fixed new warnings from Xcode 9.
-
v5.0.0 Changes
August 12, 2017๐ Version 5.0.0
12 Aug 2017
OCMockito now requires OCHamcrest v7.0.0 or higher.
๐ Features:
- Added
isKindOfClass:
to class-and-protocol mocks. Thanks to: Kylan McBride - Support protocol class methods. Thanks to: Kylan McBride
๐ Fixes:
- Avoid potential problem iterating over mutable array. Thanks to: David Siebecker
- ๐ Fixed nullability annotation mistakes.
- Added
-
v4.1.0 Changes
February 19, 2017๐ Version 4.1.0
19 Feb 2017
๐ Improvements:
- โ
Adopt latest Objective-C annotations for designated initializers, unavailable initializers, typed
arrays, nullability.
- โ
Adopt latest Objective-C annotations for designated initializers, unavailable initializers, typed
-
v4.0.1 Changes
September 12, 2016๐ Version 4.0.1
11 Sep 2016
๐ Improvements:
- Improved reliability of stubSingleton. Thanks to: Igor Sales
-
v4.0.0 Changes
September 09, 2016๐ Version 4.0.0
08 Sep 2016
OCMockito now requires OCHamcrest v6.0.0 or higher. (Actually, it only needs v5.4.0 but v6.0.0
๐ is better for CocoaPods/Carthage users.)๐ Features:
- โ Added
stubSingleton(โฆ)
. "A patch for the rest of us, who know it's easier to live with the
reality that singletons are here to stay." Thanks to: Igor Sales
๐ Fixes:
- Prevent argument captor from capturing values twice.
- ๐คก Prevent over-releasing mock object that is stubbed as return value for copy method.
- ๐ Fixed crash comparing literals to mocked protocols.
- ๐ Fixed crash describing collection containing mocked protocol.
Project changes:
- ๐ Increased deployment targets to OS X 10.9, iOS 8.0.
- โ Added
-
v3.0.2 Changes
June 26, 2016๐ Version 3.0.2
25 Jun 2016
๐ Fixes:
- ๐ Fixed race condition when stubbed method is called from multiple threads. Thanks to:
brianvanderwal - โ Add transitive imports to OCMockito.h to satisfy new umbrella header requirements.
- Significantly speed up mock creation time. Thanks to: rcgroot
๐ Features:
- Added Carthage support for Mac, iOS, watchOS and tvOS. Thanks to: Nikolaj Schumacher
- ๐ Fixed race condition when stubbed method is called from multiple threads. Thanks to: