• 1.2.1Nov 2021
  • Fixed
  • Detect the Node.JS version and use fs.rm or fs.rmdir depending on the version.

  • This avoid warning about fs.rmdir being deprecated in the future.

  • 1.2.0Nov 2021
  • Changed
  • Lower FSharp.Core requirements

  • 1.1.0Nov 2021
  • Changed
  • Provide the relativePath to unified.

  • This is required for remark-code-import plugins to work.

  • 1.0.0Oct 2021
  • Added
  • Release v1.0.0

  • 1.0.0-beta-007Oct 2021
  • Fixed
  • Check if a directory exist before executing Directory.rmdir. Since Node.js v16 it generate an error if the directory doesn't exist

  • 1.0.0-beta-006Oct 2021
  • Added
  • Add lot of XML comments

  • 1.0.0-beta-005Sep 2021
  • Added
  • Add Interop.importDynamic which abstract dynamic loading of package/file.

  • This function takes care of prefix the path if needed for the import to works on Windows too

  • Fixed
  • Fix dynamic import for Windows

  • 1.0.0-beta-04Sep 2021
  • Added
  • Add support for the Partial property to the DropdownInfo

  • 1.0.0-beta-003Sep 2021
  • Fixed
  • Attach MarkdownToHtml to RendererContext class

  • 1.0.0-beta-002Sep 2021
  • Added
  • Navbar.tryFindWebsiteSectionLabelForPage function which return the label of the navbar item corresponding to the given page

  • Rework the NavbarConfig

    • The start section of the navbar now support both LabelLink and Dropdown
    • The end section of the navbar can now only contains links with label/icon intended for Github, Twitter, etc links.
  • Fix #96: Add partials support

  • Changed
  • Fix #44: Move the "site metadata info" into a siteMetadata property in nacara.config.json (by @mabasic)

  • Add remarkPlugins property to nacara.config.json

  • Add rehypePlugins property to nacara.config.json

  • Removed
  • Remove lightner property from nacara.config.json

  • 1.0.0-beta-001Jul 2021
  • Added
  • Initial release