Skip to content

Releases: meblum/serv

v0.0.12

21 Aug 20:12
d56fa20
Compare
Choose a tag to compare
fix: start watching file only after first subscription

v0.0.11: feat!: improve install import path

01 Aug 14:35
0485b5d
Compare
Choose a tag to compare
Puts main module in root, and the package under /reload.

v0.0.10: fix: return status 503 after shutdown triggered

31 Jul 15:24
11e75d1
Compare
Choose a tag to compare
When a request arrives after auto-shutdown
has been triggered, abort with a 503 status code.

v0.0.9

31 Jul 06:06
7d7597c
Compare
Choose a tag to compare
feat: log warning before server is about to shutdown

v0.0.8

31 Jul 02:01
dad0a15
Compare
Choose a tag to compare
feat: add version info to cli help message

v0.0.6

31 Jul 00:29
f52e176
Compare
Choose a tag to compare
feat: add cli option to automatically shutdown server after specifies…

v0.0.5: fix: exit when extra arguments are supplied to cli

31 Jul 00:28
607a6f3
Compare
Choose a tag to compare
The standard flags parser terminates when the first non-flag argument is encountered.
This means that flags specified after an argument are ignored.
This fix exits with an error message when extra args are encountered to avoid confusion.

v0.0.4

26 Oct 03:18
5535dc7
Compare
Choose a tag to compare
feat: log warning on invalid directory path in cmd

Passing a non existent path, or path to a file instead of a directory,
logs a message to console.

v0.0.3

24 Oct 03:05
ee5c3fb
Compare
Choose a tag to compare
feat!: use optional cli argument to specify dir

Previously, the served directory was specified by an optional -dir flag.

v0.0.2

10 Sep 04:48
daafccb
Compare
Choose a tag to compare
doc: update doc comment for serv.FileServer