Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.35 KB

Changelog.md

File metadata and controls

37 lines (30 loc) · 1.35 KB

Neanderthal Project Changelog

All notable changes to this project will be documented in this file, as published to NPM.

This project adheres to Semantic Versioning.

Future [unassigned]

Features we hope to implement soon. Contributions welcome!

  • Hot reloading the browser on build.
  • Versioned posts.
  • Support for themes built around a standard interface.
  • Support other templating engines for posts and pages. Maybe even JSX/MDX?
  • Improvements to Frontmatter processing
    • Internal type safety
    • User-facing errors and warnings

0.1.15

Fix #37 and #38. Adds HTML in Markdown support and permalink anchors.

0.1.12

Polishing user experience for alpha release.

  • Prerendered markdown syntax highlighting.
  • Added {% markdown %} tag in Nunjucks templates.
  • Error handling in Nunjucks templates.
  • Improve render pipeline.
  • Documentation updates to support new features.

0.1.11

Updated Markdown renderer, draft posts.

  • Changelog added.
  • Markdown renderer changed to markdown-it.
  • Footnote support added using markdown-it-footnote
  • Primitive support for draft posts added. Frontmatter YAML field draft: true will ensure draft posts are not rendered or published.