All Versions
10
Latest Version
Avg Release Cycle
145 days
Latest Release
2079 days ago

Changelog History

  • v2.0.5 Changes

    August 17, 2018

    ๐Ÿš€ This is a bug fixes & maintenance release. Here are some of the major changes:

    • ๐Ÿ‘Œ Support x64 on visual studio. Thanks to @ericlemes !
    • ๐Ÿ‘Œ Support NUnit. Thanks to @phxnsharp !
    • ๐Ÿ›  Fix issue #153 (Issue with mock with shared_ptr used in self-invocation). Thanks to @ericlemes !
    • ๐Ÿ›  Many minor fixes. Thanks to all the contributors.

    ๐Ÿ›  Special thanks to @ericlemes who have joined the Fakeit team and contributed a some major bug fixes.

  • v2.0.4 Changes

    May 21, 2017

    ๐Ÿ› Bug fixes and small enhancements.

  • v2.0.3

    February 28, 2017
  • v2.0.2 Changes

    May 06, 2015
    • ๐Ÿ›  Fix segmentation fault when calling a spied method from another spied method.
    • ๐Ÿคก Make "Verify" convertible to bool: if (Verify(Method(mock,foo))) {...}
    • Join the Biicode revolution!!!
  • v2.0.1 Changes

    March 12, 2015

    โž• Add support for const overloaded methods stubbing.

  • v2.0.0 Changes

    February 23, 2015
    • โœ‚ Remove limit of 50 virtual methods per mock class (1000 is the new limit).
    • ๐Ÿ‘Œ Improve overloaded methods stubbing API.
    • ๐Ÿ›  Minor bug fixes.
    • ๐Ÿ’… Old style subbing is not supported anymore. Macros must be used for stubbing.

    ๐Ÿ‘ Not supported any more:

    When(mock[&SomeClass::foo]).Return(1) 
    

    ๐Ÿ†• New style must be used:

    When(Method(mock,foo)).Return(1) 
    
  • v1.5.0 Changes

    February 09, 2015
    • ๐Ÿ‘Œ Support destructor stubbing & verifying
    • ๐Ÿ‘Œ Improve overloaded methods stubbing api
    • ๐Ÿ›  Minor fixes
  • v1.4.3 Changes

    January 23, 2015

    ๐Ÿ›  Minor bug fixes

  • v1.4.2 Changes

    January 22, 2015

    โž• Add "Detach" method to Mock class.

  • v1.4.1 Changes

    January 22, 2015

    ๐Ÿ›  Minor fixes & enhancements