0.2.2 (2021-04-26)
- add --exclude-watch and --lock option (b3bc4f2)
- lcov copy process closed before done (610eca2)
- show waiting message only if watch is enabled (a63a32a)
- fix --exclude and --include options (3c329ab)
- tests are not executed without --watch option (8bea115)
- add version number (fbc70a0)
- lcov: fix parse method and import (6f9c4d4)
- refactor success and failed message (a16ec5d)
- disable spinner if logLevel is set to debug (a8a99fd, 21cbb86)
- refactor run method (56acafd)
- refactor test command (3b0c02f)
- update help text (2190dff)
- lint (67d08f4)
- ci: add release workflow (b312b99)
- ci: add lint workflow (7f3bf24)
- upgrade: deno/std0.95.0 and [email protected] (3a1c3c7)
- update version to v0.2.1 (facedf3)
v0.2.1 (2021-03-15)
- cli: old coverage data are shown after re-build (5cdec5b)
- upgrade: [email protected] (0f19402)
v0.2.0 (2021-03-15)
- cli: add --maximize option to start the web-view with a maximized window (6263411)
- cli: show loading page on startup (6f24052)
- cli: delete tmp directory on exit, add --keep option and ask before deleting (c05538f)
- cli: add --hostname option (5948104)
- lcov: add lcov parser (#1) (9e01290, 84e0800, 2fe52a7, ad03f65)
- cli: add missing param to debounce option (46badcb)
- cli: fix logLevel type (d6c808a)
- cli: make reload parameter optional and fix option types (4465092)
- cli: fix description of --debounce option and add short flag (a8646cd)
- cli: fix description of --no-spinner option (9d9623c)
- cli: add missing -A short flag for --allow-all (013c498)
- cli: refactor initialisation, clean and exit (206812e, eb9b131)
- server: use std/http for web-server (c13c199)
v0.1.0 (2021-03-11)
- add first version (c76859f)