Skip to content

Releases: PublicApiGenerator/PublicApiGenerator

10.0.2

27 Jan 09:37
724396f
Compare
Choose a tag to compare

Changes:

  • Change default value from null to default for generic parameter PR

10.0.1

04 Dec 12:31
539c99f
Compare
Choose a tag to compare

Changes:

  • Fix Output property even though indexer exists PR

10.0.0

01 Dec 10:17
a5877c3
Compare
Choose a tag to compare

Changes:

  • Remove support for .NET 4.0 PR
  • Read-only structs support PR
  • In-modifier support PR
  • Unsafe modifier support PR
  • Support for default keyword for non primitive structs PR
  • Removing empty attribute parentheses and Attribute suffix if present [PR](#118
  • Fix order of static and readonly keywords PR
  • Fix order of members within a type, by @adamralph PR
  • Volatile public field support PR
  • Fix support for named indexers PR
  • More advanced support for Property, event and method modifiers
  • Event modifiers PR
  • Property modifiers PR
  • Method modifiers PR
  • C# 8 nullable reference type support, by @sungam3r and @jnm2 PR
  • Embedded PDB in package and source for better source-stepping PR
  • Introduce ApiGeneratorOptions to configure the generator PR
  • Extension methods as public API for the generator PR

For more information see the related milestone.

9.3.0

02 Aug 15:26
4accca3
Compare
Choose a tag to compare

Changes:

  • Support closed generic types on out parameters

9.2.0

02 Aug 07:27
4bf81bf
Compare
Choose a tag to compare

Changes:

  • Output protected internal access modifier as protected
  • Proper support for generic argument constraints

9.1.0

30 Jun 10:54
56aa60b
Compare
Choose a tag to compare

Changes:

  • Support for attributes on types

9.0.0

13 Jun 08:55
Compare
Choose a tag to compare

Changes:

  • Requires Mono.Cecil to 0.10.4
  • Introduction of global tool called PublicApiGenerator.Tool to generate public APIs
  • Use StringComparer.Ordinal for type and member ordering
  • Ship as binary instead of source
  • Obsolete PublicApiApprover

8.1.0

07 Jan 12:40
Compare
Choose a tag to compare

Changes:

  • #53 Update Mono.Cecil to 0.10.1 to allow Embedded debug type

8.0.1

23 Sep 07:14
Compare
Choose a tag to compare

Changes:

  • #52 Fix typos and spacing

8.0.0

24 Jul 06:57
Compare
Choose a tag to compare

Changes:

  • #49 Include operators in api generation