Skip to content

Latest commit

 

History

History
77 lines (64 loc) · 3.33 KB

CHANGELOG.md

File metadata and controls

77 lines (64 loc) · 3.33 KB

Changelog

This project uses semantic versioning. Refer to Semantic Versioning in Practice for an overview of semantic versioning.

0.12.0 - Nov 21, 2019

Changes

  • ExternalAnchorFixer now now treats all absolute URLs as external links.
  • SortedArticleListGenerator is now deterministic.
  • SearchIndexGenerator now generates search index for fuse.js.
  • AbsolutePathResolver now updates URLs in attributes other than src and href.
  • Updated generated markdup.

0.11.0 - Jan 22, 2019

Fixes

  • ExternalAnchorFixer now properly handles absolute URLs that point to internal pages.

0.10.0 - Jan 21, 2019

Changes

  • mimo_baseUrl no longer has a trailing slash, updated AbsolutePathResolver.

0.9.0 - Jan 19, 2019

Changes

  • Bumped dependencies.

Fixes

  • SnippetCreator now corrects hash hrefs for use in snippets.

0.8.0 - Jan 7, 2019

Additions

  • Added Presets IDocumentBuildStep. Convenience plugin that expands options.

Fixes

  • Fixed FileMetadataExposer file name.

0.7.0 - Jan 2, 2019

Changes

  • Bumped Jering.Markdig.Extensions.FlexiBlocks to 0.14.0.

Additions

  • Added ExplicitParagraphsExtension to MimoMarkdown.
  • Added mimo_toc option to TocEmbedder to allow for overriding of a page's TOC.

Fixes

  • Fixed FlexiIncludeBlocksExtensionOptions.RootBaseUri being set to the wrong value.

0.6.0 - Dec 7, 2018

Changes

  • Bumped Jering.Markdig.Extensions.FlexiBlocks to 0.13.0.

0.5.0 - Nov 17, 2018

Changes

  • TocEmbedder now leaves making URLs relative to AbsolutePathResolver.

Additions

  • AbsolutePathResolver now makes relative URLs in 404.html absolute.

0.4.0 - Nov 13, 2018

Changes

  • TocEmbedder now removes unused meta tags.
  • Improved TocEmbedder.CleanHrefs. Now uses URI instead of plain string manipulation.
  • SnippetCreator now removes .html suffixes in URLs.

Additions

  • Added ExternalAnchorFixer.

0.3.0 - Nov 7, 2018

Changes

  • Bumped DocFx dependencies to a version that omits .html suffixes from sitemap loc elements.

Additions

  • Added AbsolutePathResolver.

Fixes

  • Fixed TocEmbedder sometimes not assigning active class to navbar anchor.

0.2.0 - Nov 6, 2018

Fixes

  • Fixed TocEmbedder throwing null reference exception if category menu has no expandable nodes.
  • Fixed TocEmbedder not cleaning hrefs properly.

0.1.0 - Oct 30, 2018

Initial release.