Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

64 lines (42 loc) · 1.2 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

v1.3.5

  • update dependencies

v1.3.4

  • allow prettyUrl to be disabled from helper (#11)

v1.3.3

  • fix custom template engine options reference (#10)

v1.3.2

  • use swig-templates instead of swig (#9)
  • update all dependencies

v1.3.1

  • update all dependencies to latest

v1.3.0

  • added file watcher to the CLI (--watch)

v1.2.0

v1.1.4

  • create new {% markdown %} tag that uses markdown-it (#7)

v1.1.3

  • remove yargs dependency (use argv-parse instead)

v1.1.2

  • remove cli-colors dependency

v1.1.1

  • update all dependencies
  • standardize styles

v1.1.0

  • add ability to turn of directory indexes in frontmatter with prettyUrl: false

v1.0.2

  • update documentation in README.md (again)
  • special thanks to @ngoldman

v1.0.1

  • update documentation in README.md

v1.0.0

First working version.

  • helpers
  • data files
  • front matter
  • included swig templates
  • build
  • tests