Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

36 lines (27 loc) · 1.03 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.4.2] - 2018-10-04

Fixed

  • Add template folder to published package.

[0.4.1] - 2018-10-03

Added

  • init command to initialize a new site.
  • start command to build and start local server in watch mode.
  • build command to build the site.

Changed

  • nanogen won't work without one of the commands above.
  • -w flag was removed in favor of the start command.

[0.3.1] - 2018-06-15

Changed

  • Changed EJS rendering to consider include paths relative from the source folder. #9

[0.3.0] - 2018-06-07

Changed

  • Generated page structure now have an extra folder with the name of the original file + the index.html.

[0.2.1] - 2018-06-02

Fixed

  • Was failing when site.config.js was not present.

[0.2.0] - 2018-06-02

Added

  • First release as a CLI tool