Releases: fluentassertions/fluentassertions.ioc.ninject
Releases · fluentassertions/fluentassertions.ioc.ninject
1.5.0
1.4.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
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
ResolveInterfaces
methods renamed toResolve
so 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.