Releases: contest-framework/server
Releases · contest-framework/server
v0.3.1
- the generated example configuration now uses globs instead of regular
expressions
v0.3.0
- The new "quit" command ends the server remotely. This is useful if the
terminal locks up.
v0.2.0
- 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
- streamlined config file syntax
- support for running custom commands
- remove all possibilities to crash
- can now run without config file
- end-to-end tests