Releases: PublicApiGenerator/PublicApiGenerator
Releases · PublicApiGenerator/PublicApiGenerator
11.1.0
What's Changed
Bugfixes:
New features:
Mics:
- Remove resharper annotations by @sungam3r in #292
- Bump Shouldly from 4.1.0 to 4.2.0 by @dependabot in #294
- Bump Mono.Cecil from 0.11.4 to 0.11.5 by @dependabot in #295
- Bump Roslynator.Formatting.Analyzers from 4.2.0 to 4.3.0 by @dependabot in #298
- Bump Roslynator.Analyzers from 4.2.0 to 4.3.0 by @dependabot in #297
- Bump Shouldly from 4.2.0 to 4.2.1 by @dependabot in #296
- Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 by @dependabot in #299
- Bump coverlet.collector from 3.2.0 to 6.0.0 by @dependabot in #300
- Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.2 by @dependabot in #303
- Bump xunit from 2.4.2 to 2.5.0 by @dependabot in #306
- Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3 by @dependabot in #304
- Bump Roslynator.Analyzers from 4.3.0 to 4.4.0 by @dependabot in #307
- Bump Roslynator.Formatting.Analyzers from 4.3.0 to 4.4.0 by @dependabot in #308
- Bump Roslynator.Formatting.Analyzers from 4.4.0 to 4.5.0 by @dependabot in #311
- Bump Roslynator.Analyzers from 4.4.0 to 4.5.0 by @dependabot in #312
- Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.2 by @dependabot in #313
- Bump actions/checkout from 3 to 4 by @dependabot in #314
- Bump xunit from 2.5.0 to 2.5.2 by @dependabot in #318
- Bump xunit packages by @sungam3r in #336
- NET8 by @sungam3r in #337
- Bump actions/github-script from 6 to 7 by @dependabot in #330
- Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 by @dependabot in #326
- Bump System.CodeDom from 7.0.0 to 8.0.0 by @dependabot in #329
- Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 by @dependabot in #331
- Bump analyzers and use C#12 syntax by @sungam3r in #338
Full Changelog: 11.0.0...11.1.0
11.0.0
10.5.0
10.4.1
10.4.0
What's Changed
- Fix inconsistencies for record types across NET 6.x.x SDK by @sungam3r in #247
- Update CI and project properties by @sungam3r in #255
- Add support for C# 9 init-only setters by @stakx in #257
- Fix special case for Flags attribute by @sungam3r in #260
- Code style changes by @sungam3r in #267
- Add CI/CD workflows by @sungam3r in #270
- Add labeler workflow by @sungam3r in #271
- Fix cd-preview and add badges by @sungam3r in #273
- Add package icon by @sungam3r in #274
- Switch to PackageLicenseExpression by @sungam3r in #275
- Add CodeQL and Dependency Review workflows by @sungam3r in #276
- Fix CodeQL issues by @sungam3r in #278
- Fix readme in nupkg by @sungam3r in #281
- Add API approval test by @sungam3r in #282
- Fix visibility for internal classes by @sungam3r in #284
- Fix CodeQL issues by @sungam3r in #285
- Introduce two new options by @sungam3r in #286
- Code cleanup by @sungam3r in #287
- Escape literals in public constant string by @sungam3r in #288
- Bump a bunch of nuget dependencies by @dependabot
Full Changelog: 10.3.0...10.4.0
10.3.0
10.2.0
10.1.2
10.1.1
10.1.0
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