Skip to content

Releases: gabrielcsapo/lcov-server

1.4.0

10 Apr 19:05

Choose a tag to compare

  • Supports postgres instead of mongo

1.3.2

15 May 05:44

Choose a tag to compare

  • fix links to not have $2E but %2E

1.3.1

15 May 05:22

Choose a tag to compare

  • moves body-parser to dependencies instead of devDependencies

1.3.0

15 May 05:12

Choose a tag to compare

  • cleans up cli logic (ensures async block runs and catches)
  • updates dependencies

1.2.6

13 Jan 06:45

Choose a tag to compare

  • fixes linting

1.2.5

13 Jan 06:42

Choose a tag to compare

  • updates dependencies
  • fixes db having a default address

1.2.4

14 Dec 06:03

Choose a tag to compare

  • fixes prepublish step
  • publishes compiled code

1.2.3

08 Dec 06:06

Choose a tag to compare

  • replaces openbadge with badgeit
  • removes commander and makes arg parser more efficient
  • updates dependencies

1.2.2

30 Oct 09:01

Choose a tag to compare

  • fixes a bug where coverage.get would kill the entire server

1.2.1

28 Oct 22:06

Choose a tag to compare

  • adds a feed of most recent coverage updates
  • moves more functionality to use async await syntax