All Versions
107
Latest Version
Avg Release Cycle
40 days
Latest Release
968 days ago
Changelog History
Page 7
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)
- 🤡 Ensure that mocking of
-
v4.5.16 Changes
July 18, 2016➕ Added
- 👍 Allow mocking of
System.Object
methods (ToString
,Equals
, andGetHashCode
) (@kolomanschaft, #250)
- 👍 Allow mocking of
-
v4.5.13 Changes
July 11, 2016🔄 Changed
- 👻
Verify
exception messages should include actual array values for specific calls instead of justT[]
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)
- ➕ Add helper classes
-
v4.5.9 Changes
June 09, 2016🚚 Minor change only (remove download badge from
README.md
) -
v4.5.9-alpha Changes
May 22, 2016This 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)
- 🛠 Fix broken hashing in
-
v4.5.8 Changes
May 26, 2016Minor 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
andThrowsAsync
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)
- ➕ Add