Releases: keroxp/servest
Releases · keroxp/servest
v1.0.0-rc2
bump: [email protected], [email protected] (#106)
v1.0.0-rc1
v0.39.1
bump: [email protected] (#102)
v0.39.0
- use: Now some IO functions are imported from
std/http/io
- BREAKING CHANGE:
req.body
doesn't havetext/json/formData/arrayBuffer
methods. Those are moved intoreq
. - BREAKING CHANGE:
req.finalize()
removed. usereq.body.close()
instead. - BREAKING CHANGE:
req.trailers
removed. Trailer headers are stored inreq.headers
afterbody.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
v0.37.0
v0.36.1
v0.36.0
2421c6a bump: [email protected] (#91)
3ebee70 bump: [email protected] (#90)
57104e3 bump: [email protected] (#89)
24be3ac Dawn of v1 (#87)
4c486a1 bump: [email protected]
v0.35.0
bump: [email protected] (#86)