This project uses semantic versioning. Refer to Semantic Versioning in Practice for an overview of semantic versioning.
0.12.0 - Nov 21, 2019
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
ExternalAnchorFixer
now properly handles absolute URLs that point to internal pages.
0.10.0 - Jan 21, 2019
mimo_baseUrl
no longer has a trailing slash, updatedAbsolutePathResolver
.
0.9.0 - Jan 19, 2019
- Bumped dependencies.
SnippetCreator
now corrects hash hrefs for use in snippets.
0.8.0 - Jan 7, 2019
- Added
Presets
IDocumentBuildStep
. Convenience plugin that expands options.
- Fixed
FileMetadataExposer
file name.
0.7.0 - Jan 2, 2019
- Bumped
Jering.Markdig.Extensions.FlexiBlocks
to 0.14.0.
- Added ExplicitParagraphsExtension to MimoMarkdown.
- Added mimo_toc option to TocEmbedder to allow for overriding of a page's TOC.
- Fixed FlexiIncludeBlocksExtensionOptions.RootBaseUri being set to the wrong value.
0.6.0 - Dec 7, 2018
- Bumped
Jering.Markdig.Extensions.FlexiBlocks
to 0.13.0.
0.5.0 - Nov 17, 2018
- TocEmbedder now leaves making URLs relative to AbsolutePathResolver.
- AbsolutePathResolver now makes relative URLs in 404.html absolute.
0.4.0 - Nov 13, 2018
- TocEmbedder now removes unused meta tags.
- Improved TocEmbedder.CleanHrefs. Now uses
URI
instead of plain string manipulation. - SnippetCreator now removes .html suffixes in URLs.
- Added ExternalAnchorFixer.
0.3.0 - Nov 7, 2018
- Bumped DocFx dependencies to a version that omits .html suffixes from sitemap loc elements.
- Added AbsolutePathResolver.
- Fixed TocEmbedder sometimes not assigning active class to navbar anchor.
0.2.0 - Nov 6, 2018
- 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.