Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 400 Bytes

changelog.md

File metadata and controls

19 lines (10 loc) · 400 Bytes

Release history

v3.0.0

Breaking changes

Refactored again to make hekyll more customizable. The API is almost the same, with a couple of differences.

  • call hekyll.build({cwd: 'foo', destBase: 'bar'}) instead of hekyll({src: 'foo', dest: 'bar'})

v2.0.0

Breaking changes

Refactored to simplify. See Usage section for the new API.

v1.0.0

First release.