Skip to content

Releases: machine/machine.specifications

v1.1.2

23 Jun 22:10
1981464
Compare
Choose a tag to compare

Fixed

  • Fixed an issue preserving stack traces from exceptions thrown with async

v1.1.1

17 Mar 11:09
bb88552
Compare
Choose a tag to compare

Fixed

  • Only uses an async SynchronizationContext for async delegates

v1.1.0

08 Aug 00:01
Compare
Choose a tag to compare

Added

  • Support for async/await specifications

Fixed

  • Performance enhancements for filtering of large sets of specifications

v1.1.0-beta.3

05 May 13:58
Compare
Choose a tag to compare
v1.1.0-beta.3 Pre-release
Pre-release

Fixed

  • Fixed an issue publishing to nuget.org

v1.1.0-beta.2

24 Apr 14:58
7c910d6
Compare
Choose a tag to compare
v1.1.0-beta.2 Pre-release
Pre-release

Changed

  • Performance enhancements for filtering of large sets of specifications

Note: This version published incorrectly to nuget.org. Please use v1.1.0-beta.3.

v1.1.0-beta.1

27 Jan 13:06
Compare
Choose a tag to compare
v1.1.0-beta.1 Pre-release
Pre-release

Added

  • Support for async/await specifications

v1.0.0

01 May 07:31
f13ec7d
Compare
Choose a tag to compare

Changed

  • 1.0 release of Machine.Specifications

Machine.Specifications is actively being used in production environments and a 1.0 release acknowledges that status. The purpose of this release is to underline the current, stable code and allow development of further features and enhancements in a Semver-compatible manner.

v1.0.0-beta.1

07 Apr 07:48
59c4ca1
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release
  • 1.0 beta release

v0.12.0

11 Oct 10:17
Compare
Choose a tag to compare
  • Track behavior field from context in behavior specification

v0.11.1

11 Sep 22:19
Compare
Choose a tag to compare
  • Fix ArgumentOutOfRangeException thrown when tests are concurrently writing diagnostic output. (#224 - thanks to dannyvincent)