Releases: ChillBDD/Chill
Releases · ChillBDD/Chill
4.1.0
4.0.0-beta.2
Changes since 4.0.0-beta.1
- {Fix} Disable the synchronization context while invoking (async) actions and funcs - #78
4.0.0
- {Breaking} Drops support for .NET 4.0, Windows Phone and Silverlight.
- {Breaking} Dropped all existing plug-ins.
- {Breaking} Replaced the
IAutoMother
interface with the newIObjectMother
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
- {Breaking} Drops support for .NET 4.0, Windows Phone and Silverlight.
- {Breaking} Dropped all existing plug-ins.
- {Breaking} Replaced the
IAutoMother
interface with the newIObjectMother
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
- {Add} More
WhenLater
overloads for theWhen
with deferred execution
3.1.0
3.0.0
2.4.1
Async givens and whens are executed in the default synchronization co…
2.4.0
minor fixes
2.3.0
- {Changed} Provided overrides of
Given
that can handleasync
blocks.