Releases: fluentassertions/fluentassertions.ioc.ninject
Releases · fluentassertions/fluentassertions.ioc.ninject
Release list
1.5.0
New
- #10 Add support for
net47,netcoreapp2.1,netcoreapp3.0,netstandard2.0andnetstandard2.1TFMs. - #10 Add support for FA 5.
Thanks to @RyadaProductions.
1.4.0
New
- Updated to use Fluent Assertions 3.3.0.
1.3.0
New
- Added new
ThatDeriveFrom<T>()extension method for filtering collections of types.
1.2.0
Fixed
- #4 Duncan Worthy fixed a NullReferenceException in SingleTypeKernelAssertions.
1.1.0
New
- #3 Assert an interface resolves to a concrete implementation.
- Include Ninject activation error message in test failure messages.
Updated
- Removed clutter from API surface.
1.0.0
- Update Fluent Assertions Core to version 3.1
- Remove assembly assertions which have moved to the Fluent Assertions core.
- Switch .net 4 projects back to using the 4.0.0 framework version.
1.0.0-beta2
Breaking Changes
ResolveInterfacesmethods renamed toResolveso it's clear they can be used on all types, not just interfaces.
1.0.0-beta1
Initial release.
The assembly reference assertions are moving to the Fluent Assertions core in v3.1, which is why this release has a beta tag.