Skip to content

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 30 May 18:07
· 88 commits to main since this release
956fef0

What's Changed

  • refactor!: rename WhichSatisfy extensions to Which and drop base predicate overload by @vbreuss in #208
  • feat: Enhance member filtering with fluent chaining and modifier support by @vbreuss in #209
  • feat: add WhichContain type filters with quantifier support by @vbreuss in #210
  • refactor: extract fluent-builder state out of Filtered.Types/Assemblies by @vbreuss in #211
  • docs: restructure README around the select-then-assert pipeline by @vbreuss in #212
  • feat: add method parameter assertions (HasParameterCount, HasNoParameters, HasExactParameter) by @vbreuss in #214
  • feat: add OfType/OfExactType assertions for properties and fields by @vbreuss in #213
  • docs: document custom-predicate assertion counterparts by @vbreuss in #215
  • feat: add constructor parameter assertions (HasParameterCount, HasNoParameters, HasExactParameter) by @vbreuss in #216
  • feat: add With filter for assemblies by @vbreuss in #217
  • feat: add dependency filters for assemblies by @vbreuss in #218
  • feat: add Contains/Contain assertions for type members by @vbreuss in #220
  • refactor: execute code cleanup by @vbreuss in #219

Full Changelog: v1.3.0...v1.4.0