Skip to content

Releases: keroxp/servest

v1.0.0-rc2

10 May 14:06
a7f4801
Compare
Choose a tag to compare

v1.0.0-rc1

06 May 12:09
Compare
Choose a tag to compare

2077721 fix: dockerfile
993feb9 bump: [email protected] (#105)
226047b feat: redirect() support 3xx status codes (#104)
9b28c63 change: revert separation of req.match (#103)

v0.39.1

02 May 05:56
39dbb45
Compare
Choose a tag to compare

v0.39.0

26 Apr 07:05
dc432cd
Compare
Choose a tag to compare
  • use: Now some IO functions are imported from std/http/io
  • BREAKING CHANGE: req.body doesn't have text/json/formData/arrayBuffer methods. Those are moved into req.
  • BREAKING CHANGE: req.finalize() removed. use req.body.close() instead.
  • BREAKING CHANGE: req.trailers removed. Trailer headers are stored in req.headers after body.close() finished.
  • BREAKING CHANGE: req.body become not optional. Empty reader will be set for GET|HEAD request.
  • feat: req.set/get added.
  • feat: req.responseHeaders exposed.

v0.38.0

25 Apr 11:37
3c46b76
Compare
Choose a tag to compare

3c46b76 bump: [email protected] (#100)
dd565a0 fix: misc (#99)
908a040 del: bilerplates
65cdfac fix: tests adapted to new Deno.test API (#98)

v0.37.0

11 Apr 06:57
46bbbfd
Compare
Choose a tag to compare

46bbbfd bump: [email protected] (#97)
12e9dce ci: use dink-bot@master
86c700e feat: add router.put() and router.delete() (#96)
d15b51e fix: remove testing runner (#95)
bdb8039 add mod.ts (#94)

v0.36.1

04 Apr 15:55
0dbfa8b
Compare
Choose a tag to compare

0dbfa8b bump: [email protected] (#93)
0391ed3 fix: listen() no longer accept string (#92)
74cbd7e fix: site launch
0dcc499 fix: add unzip in Dockerfile
ec215f9 ci: dink-bot@v1

v0.36.0

29 Mar 14:48
2421c6a
Compare
Choose a tag to compare

v0.35.0

12 Mar 13:57
b47574f
Compare
Choose a tag to compare

v0.34.0

08 Mar 12:21
2d3aaa2
Compare
Choose a tag to compare

2d3aaa2 fmt (#85)
324f4b4 feat: basic auth (#84)