Skip to content

Latest commit

 

History

History
218 lines (81 loc) · 8.35 KB

CHANGELOG.md

File metadata and controls

218 lines (81 loc) · 8.35 KB

0.14.1 (2020-12-31)

Bug Fixes

  • cli: do not throw when using --help (5e9a991)

0.14.0 (2020-12-31)

Features

  • cli: add better handling of invalid params/config (4337691)
  • manfiest: add --manifest for specifying PWA manfiest files (00a9f9f), closes #17

0.13.0 (2020-12-13)

Bug Fixes

  • test: fix bad import of node tsconfig (16c1e7d)

Features

  • add --help, improve error messaging (a5e6bb1)
  • add --quiet option to ignore known but unnecessary files such as sourcemaps (94aeecc)

0.12.2 (2020-12-12)

Bug Fixes

  • maintain node v10 support (0211ad2)

0.12.1 (2020-12-12)

Bug Fixes

  • ensure order is maintain between --assets and --scripts/stylesheets/favicons (30506bf)
  • script: fix crash when --scripts used as last arg (dcd77dc)

Code Refactoring

  • favicon: replace non-standard "shortcut icon" with "icon" for attribute (fcfda0d)

BREAKING CHANGES

  • favicon: this will change the output of --assets *.ico

0.12.0 (2020-10-23)

Features

  • favicon: add --favicons for specifying favicons (88df88e)
  • script: allow adding multiple attributes to a <script> (5958f28)
  • stylesheets: add --stylesheets for specifying stylesheets (ae279fb)

0.11.0 (2020-10-19)

Bug Fixes

  • fix crash when used with html5 doctype (32cb23d), closes #15

Features

  • script: add --script for specifying script specific details (d452e1f), closes #13 #11

0.10.0 (2020-06-12)

Features

  • cli: provide npm package bin entry for running via cli (ce2c8ae)

0.9.0 (2020-05-05)

Features

  • preload: add support for preload requests (70ac29f), closes #7
  • stamp: add various stamping options: (6aff234), closes #4

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