Skip to content

Releases: deep-entertainment/godottpd

0.3.0

04 Oct 15:11
2ecbb0d
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.2.1...0.3.0

0.2.1

18 Mar 13:03
2538bb1
Compare
Choose a tag to compare

Optimized error handling

0.2.0

09 Feb 08:23
Compare
Choose a tag to compare
  • cookie-Api
  • request parameters
  • regexp group compilation of request path, in order to automatically create request.parameters from paths like /user/:id/name/:name
  • added static file router
  • debug mode
  • response.send() will now automatically match a response code to its relative response text, and the data parameter is optional
  • response.json() automatically sends a response following the JSON standard using a Dictionary/Array as data and application/json as content type
  • Updated docs
  • Moved logo to penpot format instead of proprietary Sketch format

Thanks to @fenix-hub

0.1.0

29 Jan 12:39
Compare
Choose a tag to compare
  • First release