Releases: deep-entertainment/godottpd
Releases · deep-entertainment/godottpd
0.4.0
What's Changed
- Upgrade project to Godot 4 & fix header regex bug by @meaf75 in #8
- Add
break
inhttp_server.gd
for easier routing by @rylydou in #9 - feat: added cors support by @meaf75 in #12
- Handle UTF8 request data. by @frederic-bonjour in #13
- Fix memory leak by @bschug in #14
New Contributors
- @meaf75 made their first contribution in #8
- @rylydou made their first contribution in #9
- @frederic-bonjour made their first contribution in #13
- @bschug made their first contribution in #14
Full Changelog: 0.3.0...0.4.0
0.3.0
0.2.1
0.2.0
- 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 optionalresponse.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