Skip to content

Releases: PublicApiGenerator/PublicApiGenerator

6.1.0

10 Oct 20:15
Compare
Choose a tag to compare

Changes:

  • The IteratorStateMachineAttribute doesn't influence the public API and therefore is no longer treated as part of the public API. , see issue 34
  • Specific namespaces can be whitelisted, special thanks to @SeanFeldman for contributing, see PR #36

6.0.0

14 Dec 13:33
Compare
Choose a tag to compare

Changes:

  • The async keyword doesn't influence the public API and therefore is no longer treated as part of the public API. , see PR 26

5.0.0

21 Nov 13:27
Compare
Choose a tag to compare

Changes:

  • Converted to source only package, see PR 23
  • Invariant Culture used for string.Format, see PR 13
  • Custom attributes are properly taken into account for set methods, see PR 20

4.2.0

02 Nov 16:27
Compare
Choose a tag to compare

Changes:

  • Internal interfaces on a public type are no longer considered part of the public API. For more information see Pull Request 21

4.1.0

02 Nov 16:17
Compare
Choose a tag to compare

Changes:

  • Internal attributes on a public type are no longer considered part of the public API. For more information see Pull Request 22

3.0.0

27 Jan 21:40
Compare
Choose a tag to compare

Breaking changes:

  • Default constructor is now always shown
  • resultsPath argument removed, use [UseApprovalSubdirectory("resultsPath")] instead

These changes fix issues with release builds, nCrunch and some issues building on teamcity in certain scenarios