Releases: devlooped/moq
Releases · devlooped/moq
v4.20.72
v4.20.71
What's Changed
🔨 Other
- Update License.txt to use SPDX identifier for automatic recognition by @georg-eckert-zeiss in #1471
- Additional Verify overload by @bkijonka in #1463
- Fix semantic error in MatchersFixture.cs test by @go-hoon in #1496
- Remove spurious unmerged change comment from dotnet format by @kzu in #1499
New Contributors
- @georg-eckert-zeiss made their first contribution in #1471
- @bkijonka made their first contribution in #1463
- @go-hoon made their first contribution in #1496
Full Changelog: v4.20.70...v4.20.71
v4.20.70
What's Changed
🔨 Other
- Restore GDPR compliance and privacy by @DanWillman in #1402
- Improve performance for mocking interfaces: Cache GetInterfaceMap by @rauhs in #1351
- Manually update CHANGELOG.md for now by @kzu in #1407
- A minor negation in GetDelay to make it more readable #1419 by @iPazooki in #1422
New Contributors
- @DanWillman made their first contribution in #1402
- @rauhs made their first contribution in #1351
- @iPazooki made their first contribution in #1422
Full Changelog: v4.20.69...v4.20.70
v4.20.69
Let's make it more memorable when Moq became "safe" again.
What's Changed
- Removed SponsorLink https://github.com/moq/moq/pull/1375
- Remove AWS sponsorship from readme by @kzu in https://github.com/moq/moq/pull/1383
- Add everyone how now DOES sponsor 🫶
v4.20.2
What's Changed
🐛 Fixed bugs
- Remove SponsorLink since it breaks MacOS restore by @kzu in https://github.com/moq/moq/pull/1375
NOTE: in addition, there were potential privacy issues raised with regards to the SHA256 hashing of
user' email to check for sponsorship, so it won't be coming back until that's properly addressed
Full Changelog: moq/moq.spikes@v4.20.1...v4.20.2
v4.20.1
What's Changed
✨ Implemented enhancements
- Add Sponsor button to package readme 💜
Full Changelog: moq/moq.spikes@v4.20.0...v4.20.1
v4.20.0
What's Changed
✨ Implemented enhancements
- Add
setup.Verifiable(Times times, [string failMessage])
method by @stakx in https://github.com/moq/moq/pull/1319
🔨 Other
- Add
Mock<T>.RaiseAsync
by @stakx in https://github.com/moq/moq/pull/1313 - Add
ThrowsAsync
for non-genericValueTask
by @johnthcall in https://github.com/moq/moq/pull/1235 - Use PackageLicenseExpression instead of PackageLicenseUrl by @wismann in https://github.com/moq/moq/pull/1322
- Don't throw away generic type arguments in one
mock.Protected().Verify<T>()
method overload by @stakx in https://github.com/moq/moq/pull/1325 - #1340 updated appveyor.yml with workaround to make builds work again by @david-kalbermatten in https://github.com/moq/moq/pull/1346
- Revamp structure, apply oss template, cleanup projects/imports by @kzu in https://github.com/moq/moq/pull/1358
- Add 💜 SponsorLink support by @kzu in https://github.com/moq/moq/pull/1363
- fix website url by @tibel in https://github.com/moq/moq/pull/1364
New Contributors
- @johnthcall made their first contribution in https://github.com/moq/moq/pull/1235
- @wismann made their first contribution in https://github.com/moq/moq/pull/1322
- @david-kalbermatten made their first contribution in https://github.com/moq/moq/pull/1346
- @dependabot made their first contribution in https://github.com/moq/moq/pull/1360
Full Changelog: moq/moq.spikes@v4.18.4...v4.20.0
v4.20.0-rc
What's Changed
🔨 Other
- Add 💜 SponsorLink support by @kzu in https://github.com/moq/moq/pull/1363
Full Changelog: moq/moq.spikes@v4.20.0-beta...v4.20.0-rc
v4.20.0-beta
What's Changed
✨ Implemented enhancements
- Add
setup.Verifiable(Times times, [string failMessage])
method by @stakx in https://github.com/moq/moq/pull/1319
🔨 Other
- Add
Mock<T>.RaiseAsync
by @stakx in https://github.com/moq/moq/pull/1313 - Add
ThrowsAsync
for non-genericValueTask
by @johnthcall in https://github.com/moq/moq/pull/1235 - Use PackageLicenseExpression instead of PackageLicenseUrl by @wismann in https://github.com/moq/moq/pull/1322
- Don't throw away generic type arguments in one
mock.Protected().Verify<T>()
method overload by @stakx in https://github.com/moq/moq/pull/1325 - #1340 updated appveyor.yml with workaround to make builds work again by @david-kalbermatten in https://github.com/moq/moq/pull/1346
- Revamp structure, apply oss template, cleanup projects/imports by @kzu in https://github.com/moq/moq/pull/1358
New Contributors
- @johnthcall made their first contribution in https://github.com/moq/moq/pull/1235
- @wismann made their first contribution in https://github.com/moq/moq/pull/1322
- @david-kalbermatten made their first contribution in https://github.com/moq/moq/pull/1346
- @dependabot made their first contribution in https://github.com/moq/moq/pull/1360
Full Changelog: moq/moq.spikes@v4.18.4...v4.20.0-beta
v4.20.0-alpha
What's Changed
✨ Implemented enhancements
- Add
setup.Verifiable(Times times, [string failMessage])
method by @stakx in https://github.com/moq/moq/pull/1319
🔨 Other
- Add
Mock<T>.RaiseAsync
by @stakx in https://github.com/moq/moq/pull/1313 - Add
ThrowsAsync
for non-genericValueTask
by @johnthcall in https://github.com/moq/moq/pull/1235 - Use PackageLicenseExpression instead of PackageLicenseUrl by @wismann in https://github.com/moq/moq/pull/1322
- Don't throw away generic type arguments in one
mock.Protected().Verify<T>()
method overload by @stakx in https://github.com/moq/moq/pull/1325 - #1340 updated appveyor.yml with workaround to make builds work again by @david-kalbermatten in https://github.com/moq/moq/pull/1346
- Revamp structure, apply oss template, cleanup projects/imports by @kzu in https://github.com/moq/moq/pull/1358
New Contributors
- @johnthcall made their first contribution in https://github.com/moq/moq/pull/1235
- @wismann made their first contribution in https://github.com/moq/moq/pull/1322
- @david-kalbermatten made their first contribution in https://github.com/moq/moq/pull/1346
- @dependabot made their first contribution in https://github.com/moq/moq/pull/1360
Full Changelog: moq/moq.spikes@v4.18.4...v4.20.0-alpha