Releases: ChillBDD/Chill
Releases · ChillBDD/Chill
Release list
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
IAutoMotherinterface with the newIObjectMotherinterface. - {Breaking} Removed the
Asynchronouslyextension 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
IAutoMotherinterface with the newIObjectMotherinterface. - {Breaking} Removed the
Asynchronouslyextension 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
WhenLateroverloads for theWhenwith deferred execution
3.1.0
- {New} Add
WhenLaterthat defers the execution without extra parameter - #66
3.0.0
- {Breaking} Updated TinyIoC to version 1.3 and made its code to prevent conflicts with other versions of TinyIoc - #60
2.4.1
Async givens and whens are executed in the default synchronization co…
2.4.0
2.3.0
- {Changed} Provided overrides of
Giventhat can handleasyncblocks.