Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

Latest commit

 

History

History
111 lines (40 loc) · 3.91 KB

CHANGELOG.md

File metadata and controls

111 lines (40 loc) · 3.91 KB

0.8.0 (2020-04-05)

Features

  • add --strict to throw when unknown asset types are passed (1192014)

0.7.0 (2020-03-24)

Features

  • add support for external js files (17bc413)

0.6.0 (2020-03-12)

Bug Fixes

  • use relative URLs when resources are within a root dir (26d7118

0.5.0 (2020-02-05)

Bug Fixes

Features

  • add support for inserting a *.ico file as a shortcut icon (1ad2017)

0.4.3 (2019-12-19)

Bug Fixes

  • verbose: add context to the stamp verbose log statement (fd22d90)

0.4.2 (2019-12-18)

Features

  • add --verbose option for logging info (4810851)

0.4.1 (2019-12-11)

Bug Fixes

  • fix case where --out file is in a non-existing directory (9caa413)
  • throw when no html/out file specified (9e0bb0b)

0.4.0 (2019-12-01)

Bug Fixes

  • use relative paths from the output html dir by default (6c34cb6), closes #2
  • css: fix css file paths when using --assets= style args (6674db7), closes #3

Reverts

  • Revert "feat(*): include output directory as default root dir" (4aac05b)

0.3.0 (2019-11-30)

Features

  • allow cli args of form --arg=a in addition to --arg a (00a2524), closes #1

0.2.0 (2019-11-26)

Features

  • include output directory as default root dir (31226ae)

0.1.0 (2019-11-23)

Features