Releases: c4spar/deno-codeview
Releases · c4spar/deno-codeview
0.2.2
Features
- add --exclude-watch and --lock option (b3bc4f2)
Bug Fixes
- 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)
Code Refactoring
- 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)
Chore
- lint (67d08f4)
- ci: add release workflow (b312b99)
- ci: add lint workflow (7f3bf24)
- upgrade: deno/std0.95.0 and [email protected] (3a1c3c7)
0.2.1
0.2.0
Features
- 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)
Bug Fixes
- 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)