Skip to content

Releases: devlooped/moq

v4.20.70

28 Nov 15:29
@kzu kzu
Compare
Choose a tag to compare

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

Full Changelog: v4.20.69...v4.20.70

v4.20.69

11 Aug 19:45
@kzu kzu
Compare
Choose a tag to compare

Let's make it more memorable when Moq became "safe" again.

What's Changed

v4.20.2

09 Aug 09:23
@kzu kzu
Compare
Choose a tag to compare

What's Changed

🐛 Fixed bugs

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

08 Aug 09:14
@kzu kzu
Compare
Choose a tag to compare

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

08 Aug 02:56
@kzu kzu
Compare
Choose a tag to compare

What's Changed

✨ Implemented enhancements

🔨 Other

New Contributors

Full Changelog: moq/moq.spikes@v4.18.4...v4.20.0

v4.20.0-rc

04 Aug 19:48
@kzu kzu
Compare
Choose a tag to compare

What's Changed

🔨 Other

Full Changelog: moq/moq.spikes@v4.20.0-beta...v4.20.0-rc

v4.20.0-beta

03 Aug 05:50
@kzu kzu
Compare
Choose a tag to compare

What's Changed

✨ Implemented enhancements

🔨 Other

New Contributors

Full Changelog: moq/moq.spikes@v4.18.4...v4.20.0-beta

v4.20.0-alpha

03 Aug 05:24
@kzu kzu
Compare
Choose a tag to compare

What's Changed

✨ Implemented enhancements

🔨 Other

New Contributors

Full Changelog: moq/moq.spikes@v4.18.4...v4.20.0-alpha

4.18.4

30 Dec 11:47
Compare
Choose a tag to compare

Changed

  • Update package reference to Castle.Core (DynamicProxy) from version 5.1.0 to 5.1.1 (@stakx, #1317)

4.18.3

30 Dec 11:48
Compare
Choose a tag to compare

Fixed

  • SetupAllProperties crashes when invoked on a Mock<T> subclass (@mo-russo, #1278)