Skip to content

Releases: ChillBDD/Chill

4.1.0

04 Dec 06:40
08797b5
Compare
Choose a tag to compare
  • {New} The assemblies now have a strong name.

4.0.0-beta.2

15 Apr 06:52
9e61524
Compare
Choose a tag to compare

Changes since 4.0.0-beta.1

  • {Fix} Disable the synchronization context while invoking (async) actions and funcs - #78

4.0.0

15 Apr 09:20
5cd1bdd
Compare
Choose a tag to compare
  • {Breaking} Drops support for .NET 4.0, Windows Phone and Silverlight.
  • {Breaking} Dropped all existing plug-ins.
  • {Breaking} Replaced the IAutoMother interface with the new IObjectMother interface.
  • {Breaking} Removed the Asynchronously extension method.
  • {New} Targets .NET Standard 1.1 and 2.0.
  • {New} Uses an internalized Autofac instead of TinyIoc.
  • {New} Allows building generic object mothers that are used as a fallback in case a more specific does not exist.
  • {Fix} Disable the synchronization context while invoking (async) actions and funcs - #78

4.0.0-beta.1

10 Feb 11:57
Compare
Choose a tag to compare
4.0.0-beta.1 Pre-release
Pre-release
  • {Breaking} Drops support for .NET 4.0, Windows Phone and Silverlight.
  • {Breaking} Dropped all existing plug-ins.
  • {Breaking} Replaced the IAutoMother interface with the new IObjectMother interface.
  • {Breaking} Removed the Asynchronously extension method.
  • {New} Targets .NET Standard 1.1 and 2.0.
  • {New} Uses an internalized Autofac instead of TinyIoc.
  • {New} Allows building generic object mothers that are used as a fallback in case a more specific does not exist.

3.2.0

08 Jan 09:00
Compare
Choose a tag to compare
  • {Add} More WhenLater overloads for the When with deferred execution

3.1.0

12 Dec 15:52
ff88e00
Compare
Choose a tag to compare
  • {New} Add WhenLater that defers the execution without extra parameter - #66

3.0.0

11 May 13:27
Compare
Choose a tag to compare
  • {Breaking} Updated TinyIoC to version 1.3 and made its code to prevent conflicts with other versions of TinyIoc - #60

2.4.1

29 Nov 18:15
Compare
Choose a tag to compare
Async givens and whens are executed in the default synchronization co…

2.4.0

29 Nov 18:14
Compare
Choose a tag to compare
minor fixes

2.3.0

06 Sep 19:18
Compare
Choose a tag to compare
  • {Changed} Provided overrides of Given that can handle async blocks.