This repository has been archived by the owner on Apr 30, 2019. It is now read-only.
0.6.6
Pre-release
Pre-release
render()
has been removed for controllers.
Controllers now support get(request, response)
and post(request, response)
only.
The old render method needs to be renamed to "get" and the 2nd parameter is now the response the object.
Old render()
calls need to be replaced with response.render()
.
P.S. As always, Aero is in development and not released yet.
However I felt like I should start writing a changelog about breaking changes, so might as well do it now.
The future release will probably change the file extension of all .hjson files to .hson. Be prepared.