Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 20:35
· 153 commits to main since this release
bf663f8

What's Changed

  • feat: Support property-based access modifier filters for other members by @vbreuss in #92
  • feat: Add static filtering for types, methods, constructors, fields and properties by @Copilot in #94
  • feat: Add generic filtering for types and methods by @Copilot in #96
  • refactor: trim common whitespace from predicate descriptions by @vbreuss in #115
  • feat: Add nested filtering for types by @Copilot in #100
  • feat: Add abstract and sealed filtering for types, methods, events and properties by @Copilot in #98
  • feat: Add attribute expectations for constructors by @Copilot in #108
  • feat: Add expectations for generic methods by @Copilot in #104
  • feat: Add static expectations for methods, constructors, fields and properties by @Copilot in #102
  • feat: Add expectations for abstract and sealed methods, events and properties by @Copilot in #106
  • feat: Add InheritFrom expectations on types by @Copilot in #110
  • feat: Add type filtering for classes, enums, interfaces by @Copilot in #116
  • feat: add support for protected internal and private protected by @vbreuss in #117
  • refactor: negated tests were not correctly nested by @vbreuss in #119
  • feat: add support for structs, records and record structs by @vbreuss in #120
  • refactor: add missing negated test cases (1) by @Copilot in #118
  • fix: GetAccessModifier for protected internal and private protected by @vbreuss in #131
  • refactor: add missing negated test cases for ThatProperty tests by @Copilot in #126
  • refactor: add missing negated test cases for ThatMethod tests by @Copilot in #124
  • refactor: add missing negated test cases for ThatTypes tests by @Copilot in #130

Full Changelog: v0.5.0...v0.6.0