Skip to content

Releases: c4spar/deno-codeview

0.2.2

25 Apr 23:54
Compare
Choose a tag to compare

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

Chore

0.2.1

15 Mar 21:14
Compare
Choose a tag to compare

Bug Fixes

  • cli: old coverage data are shown after re-build (5cdec5b)

Chore

0.2.0

15 Mar 00:35
Compare
Choose a tag to compare

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)

Code Refactoring

  • cli: refactor initialisation, clean and exit (206812e, eb9b131)
  • server: use std/http for web-server (c13c199)

0.1.0

11 Mar 00:50
Compare
Choose a tag to compare

Features

Documentation Updates