All Versions
107
Latest Version
Avg Release Cycle
40 days
Latest Release
625 days ago

Changelog History
Page 7

  • v4.5.18 Changes

    August 10, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿคก Ensure that mocking of System.Object methods always works, even in strict mode (@kolomanschaft, #279)
  • v4.5.16 Changes

    July 18, 2016

    โž• Added

    • ๐Ÿ‘ Allow mocking of System.Object methods (ToString, Equals, and GetHashCode) (@kolomanschaft, #250)
  • v4.5.13 Changes

    July 11, 2016

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ป Verify exception messages should include actual array values for specific calls instead of just T[] or variable names (@hahn-kev, #264)
  • v4.5.10 Changes

    June 21, 2016

    โž• Added

    • โž• Add helper classes Capture, CaptureMatch<T> to simplify parameter capture (@ocoanet, #251)
  • v4.5.9 Changes

    June 09, 2016

    ๐Ÿšš Minor change only (remove download badge from README.md)

  • v4.5.9-alpha Changes

    May 22, 2016

    This version is the predecessor of 4.5.0.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix broken hashing in ExpressionKey that causes Moq to not be able to distinguish method setups differing only in the exact argument order (@LeonidLevin, #262)
  • v4.5.8 Changes

    May 26, 2016

    Minor change only (add .editorconfig file)

  • v4.5.7 Changes

    May 26, 2016

    ๐Ÿ”„ Changed

    • ๐Ÿ“ฆ Reference Castle.Core as a NuGet package dependency instead of ILMerge-ing it into Moq's own assembly. (@kzu)
    • โšก๏ธ Update package reference to GitInfo from version 1.1.14 to 1.1.15 to fix versioning issue with cached Git info (@kzu)

    โœ‚ Removed

    • โœ‚ Remove debugging symbols (PDB) from package since GitLink doesn't seem to be working (@kzu)
  • v4.5.7-alpha Changes

    May 22, 2016

    โœ‚ Removed

    • โœ‚ Remove (for the time being) official statement in release notes that Moq supports .NET Core (@kzu)
  • v4.5.6-alpha Changes

    May 22, 2016

    โž• Added

    • โž• Add ReturnsAsync and ThrowsAsync methods for sequential values setups (@abatishchev, #261)

    ๐Ÿ”„ Changed

    • Migrate to .NET 4.5 and NuGet 3 (@kzu)
    • โšก๏ธ Update package reference to GitInfo from version 1.1.13 to 1.1.14 (@kzu)

    โœ‚ Removed

    • โœ‚ Remove COM unit tests (@kzu)
    • โœ‚ Remove legacy Silverlight unit test project (@kzu)
    • โœ‚ Remove [NeutralResourcesLanguage] attribute from main assembly (@kzu)

    ๐Ÿ›  Fixed

    • ๐Ÿคก Avoid race conditions / improve thread safety of MockDefaultValueProvider (@mizbrodin, #207)
    • ๐Ÿ›  Fix a code typo in ExpressionComparer (@AppChecker, #242)
    • ๐Ÿคก When mocking delegates, copy parameter attributes so out parameters work correctly (@urasandesu, #255)