Skip to content

Latest commit

 

History

History
85 lines (54 loc) · 3.33 KB

release_notes.md

File metadata and controls

85 lines (54 loc) · 3.33 KB

New

  • Supports FakeItEasy 5.* (#69)

Changed

  • Require faked services to be reference types, enforced by compiler (#68)

Additional Items

  • Use Bullseye 2.3.0 to provide coloured build output on Windows (#59, #67)
  • Switch build script from PowerShell to cmd (#60)

With special thanks for contributions to this release from:

0.3.0

Changed

  • SelfInitializingFake<TService> is now sealed (#50)

Fixed

  • Bad dependency on FakeItEasy.Analyzer (#54)

Additional Items

With special thanks for contributions to this release from:

0.2.1

Fixed

  • Error during recording throws a PlaybackException (#48)

With special thanks for contributions to this release from:

0.2.0

Changed

  • Require faked service type to be mentioned explicitly to avoid accidentally creating live services (#37)

New

  • Support FakeItEasy [3.0.0, 5.0.0) (#27)

Additional Items

  • Explicitly use SDK 1.0.4 to build (#32)
  • Use simple-targets-csx 6.0.0 (#33)

With special thanks for contributions to this release from:

0.2.0-beta003

Changed

  • Require faked service type to be mentioned explicitly to avoid accidentally creating live services (#37)

New

  • Support FakeItEasy [3.0.0, 5.0.0) (#27)

Additional Items

  • Explicitly use SDK 1.0.4 to build (#32)
  • Use simple-targets-csx 6.0.0 (#33)

With special thanks for contributions to this release from:

0.2.0-beta001

Failed release. Never made it to NuGet.

0.2.0-beta001

Failed release. Never made it to NuGet.

0.1.0

  • Initial release. Aims to provide all the functionality of the "SelfInitializedFakes" in FakeItEasy 3.0.0.