Skip to content

Releases: contest-framework/server

v0.3.1

12 Mar 19:56
c9a848b
Compare
Choose a tag to compare
  • the generated example configuration now uses globs instead of regular
    expressions

v0.3.0

11 Mar 19:43
7b3ad92
Compare
Choose a tag to compare
  • The new "quit" command ends the server remotely. This is useful if the
    terminal locks up.

v0.2.0

20 May 21:01
b477140
Compare
Choose a tag to compare
  • expects the line field to be a number now
  • support for comments in the config file and JSON5 file extension
  • setup assistant now scaffolds options
  • textual output now doesn't output a bang and can be disabled via the new
    printResult option

v0.1.0

17 May 19:02
312ed6e
Compare
Choose a tag to compare
  • streamlined config file syntax
  • support for running custom commands
  • remove all possibilities to crash
  • can now run without config file
  • end-to-end tests