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