Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.9 KB

CHANGELOG.md

File metadata and controls

40 lines (33 loc) · 1.9 KB

0.13.1 - 24.04.2020

0.13.0 - 20.04.2020

0.12.0 - 14.04.2020

  • WebSocket refresh uses excesive CPU (by @robertpi)
  • Allow generate to return a byte array (by @robertpi)
  • Refactor template (by @robertpi)

0.11.1 - 07.04.2020

  • Fix for once generator running even if not found (by @sasmithjr)
  • Use exceptions .ToString() when printing error (by @robertpi)

0.11.0 - 02.03.2020

  • Add a port argument to the watch command (by @toburger)
  • Collect and propogate loader errors (by @jbeeko)
  • Add MultipleFiles as possible generator output (by @Krzysztof-Cieslak)

0.10.0 - 20.02.2020

  • Update to .NET Core 3.0
  • Adds tools manifest .config/dotnet-tools.json
  • Redesign Fornax around idea of loaders and generators
  • Create new fornax new template

0.2.0 - 05.08.2019

  • Update to .Net Core
  • Distribute as .Net Core global tool

0.1.0 - 04.06.2017

  • Defining templates in F# DSL
  • Creating pages using templates from .md files with layout entry
  • Creating plain pages without templates from md files without layout entry
  • Transforming .less files to .css files
  • Transforming .scss files to .css files (require having sass installed)
  • Coping other static content to output directory