Skip to content

Releases: PublicApiGenerator/PublicApiGenerator

11.1.0

03 Dec 13:41
e777c1c
Compare
Choose a tag to compare

What's Changed

Bugfixes:

  • Fix issue with dropped semicolon on NET472 by @sungam3r in #339

New features:

  • Add BracingStyle and IndentString to options by @sungam3r in #293

Mics:

Full Changelog: 11.0.0...11.1.0

11.0.0

06 Mar 12:46
bedff8b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 10.5.0...11.0.0

10.5.0

06 Mar 12:31
d877e4e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 10.4.1...10.5.0

10.4.1

06 Mar 11:39
113bfd3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 10.4.0...10.4.1

10.4.0

06 Mar 10:57
14a784c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 10.3.0...10.4.0

10.3.0

31 Jan 22:55
67cd50b
Compare
Choose a tag to compare

Changes:

  • Bump Mono.Cecil to 0.11.4 #227
  • Bump System.CodeDom to 6.0.0 #231
  • Fix generic arguments for array types PR @sungam3r
  • When determining flag combination, match only flags having all of their bits set PR @stakx
  • Add docs for how to approve with Verify PR @SimonCropp

10.2.0

26 Jun 14:50
9f72137
Compare
Choose a tag to compare

Changes:

  • Fix package reference to PublicApiGenerator in the tool #202
  • Bump Mono.Cecil to 0.11.2 #194
  • Bump System.CodeDom from 4.5.0 to 4.7.0 #195

10.1.2

18 Jun 20:01
a1cbb75
Compare
Choose a tag to compare

Changes:

  • Fix syntax for overloaded operator methods PR @stakx

10.1.1

17 Jun 08:00
1e377fa
Compare
Choose a tag to compare

Changes:

  • Fix SerializableAttribute not shown in API output PR @stakx

10.1.0

18 May 09:41
a2a2490
Compare
Choose a tag to compare

Changes:

  • Tool: Write errors to standard error PR @atifaziz
  • Tool: Fix help to show description of arguments PR @atifaziz
  • Tool: Consistently write errors & log to standard error PR
  • Tool: Generate API on STDOUT when single target framework given PR
  • Tool: Support for package-source PR
  • Tool: Ability to specify the wait time in seconds for the Api generation to complete PR
  • Generator: Fix output for abstract get-set indexers PR @stakx