All Versions
25
Latest Version
Avg Release Cycle
134 days
Latest Release
1243 days ago

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.
  • 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 specify use_frameworks!
  • 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.
  • 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.
  • 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.
  • 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