0.8.0 (2020-04-05)
- add --strict to throw when unknown asset types are passed (1192014)
0.7.0 (2020-03-24)
- add support for external js files (17bc413)
0.6.0 (2020-03-12)
- use relative URLs when resources are within a root dir (26d7118
0.5.0 (2020-02-05)
- add support for inserting a *.ico file as a shortcut icon (1ad2017)
0.4.3 (2019-12-19)
- verbose: add context to the stamp verbose log statement (fd22d90)
0.4.2 (2019-12-18)
- add --verbose option for logging info (4810851)
0.4.1 (2019-12-11)
- 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)
- 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
- Revert "feat(*): include output directory as default root dir" (4aac05b)
0.3.0 (2019-11-30)
0.2.0 (2019-11-26)
- include output directory as default root dir (31226ae)
- change CLI to use specific flags for input/output html, assets, root dirs (3372b0c)
- initial implementation based on https://github.com/bazelbuild/rules_nodejs/tree/0.41.0/packages/inject-html (5033768)