Skip to content

Latest commit

 

History

History
178 lines (116 loc) · 10.2 KB

RELEASE.md

File metadata and controls

178 lines (116 loc) · 10.2 KB

1.0.0-beta.17

1.0.0-beta.16

  • The angle brackets for generic types in the xref generated for API symbols are now converted to a dash to avoid issues with angle bracket escaping. For example, the type RedNs.GreenClass<Foo> now gets an xref of api-RedNs.GreenClass-Foo-.

1.0.0-beta.15

1.0.0-beta.14

1.0.0-beta.13

1.0.0-beta.12

1.0.0-beta.11

1.0.0-beta.10

  • Fixed the default SourceFiles paths to look alongside the input folder and one up, alongside the project folder (#53).
  • Uses the full class name for code block language (#54, thanks @Turnerj).
  • Updated Statiq Web reference to version 1.0.0-beta.54.
  • Updated Statiq Framework reference to version 1.0.0-beta.66.

1.0.0-beta.9

1.0.0-beta.8

1.0.0-beta.7

1.0.0-beta.6

  • Changed Statiq.Docs.props to Statiq.Docs.targets to resolve some import ordering bugs.
  • Updated Statiq Web reference to version 1.0.0-beta.50.
  • Updated Statiq Framework reference to version 1.0.0-beta.63.

1.0.0-beta.5

  • Changed Statiq.Docs.props to Statiq.Docs.targets to resolve some import ordering bugs.
  • Updated Statiq Web reference to version 1.0.0-beta.49.
  • Updated Statiq Framework reference to version 1.0.0-beta.62.

1.0.0-beta.4

  • Added a Statiq.Docs.props file to ensure correct MSBuild setup for Statiq Docs projects, including default Statiq namespaces for use in .NET 6 projects with implicit usings (#50).
  • Updated Statiq Web reference to version 1.0.0-beta.48.
  • Updated Statiq Framework reference to version 1.0.0-beta.61.

1.0.0-beta.3

  • Fixed a bug when generating type links for tuple types (#47).
  • Updated Statiq Web to version 1.0.0-beta.47.
  • Updated Statiq Framework to version 1.0.0-beta.60.

1.0.0-beta.2

1.0.0-beta.1

  • Added a new Statiq.Docs.Templates project with a Statiq Docs template for the dotnet new CLI command.
  • Updated Statiq Web to version 1.0.0-beta.44.
  • Updated Statiq Framework to version 1.0.0-beta.58.

1.0.0-alpha.17

1.0.0-alpha.16

1.0.0-alpha.15

1.0.0-alpha.14

1.0.0-alpha.13

1.0.0-alpha.12

  • Updated Statiq Web to version 1.0.0-beta.38.
  • Updated Statiq Framework to version 1.0.0-beta.53.
  • Set the Xref setting for all API documents to be prefixed by "api-" to avoid collisions with site content.

1.0.0-alpha.11

1.0.0-alpha.10

1.0.0-alpha.9

1.0.0-alpha.8

  • Updated Statiq Web to version 1.0.0-beta.34.
  • Updated Statiq Framework to version 1.0.0-beta.49.
  • Added DocsKeys.OutputApiDocuments to control whether the documents representing code analysis symbols should be output to the Statiq Web Content pipeline.
  • Added DocsKeys.ApiLayout to specify a special layout for use with code analysis symbol documents (useful for themes to provide a layout at a consistent location).
  • Made the Api pipeline a dependency of the Statiq Web Content pipeline and added a content type so that the output documents are processed when DocsKeys.OutputApiDocuments is set to true.S

1.0.0-alpha.7

1.0.0-alpha.6

1.0.0-alpha.5

1.0.0-alpha.4

1.0.0-alpha.3

1.0.0-alpha.2

  • Ensures the Api pipeline is a dependency of the Statiq Web Inputs pipeline.
  • Added a null check to the AssemblyFiles, ProjectFiles, and SolutionFiles settings (#44, thanks @bjorkstromm).
  • Added the CacheDocuments module to cache code analysis symbol documents (#45, thanks @bjorkstromm).
  • Updated Statiq Framework to version 1.0.0-beta.42.

1.0.0-alpha.1

  • Initial version (thanks for getting it started @bjorkstromm!).