Special characters are now allowed in ajax urls. Prior to this version, when a request data is sent to ajax urls having special characters, while the url may be accessed, there could be a data loss due to a bug preventing post data from forwarding the request data. This bug only affected urls that have special characters like underscore (_) and hyphen (-). In version 1.5.0, this has been fixed. Special characters are now allowed in ajax urls. More information on this update can be found here.
Template on the go was a feature added to make it easier to create template files easily with
integrated live server. When such rex templates are generated, they come with the basic @live
directive which keeps them on a live state mode. Some bugs were removed when the template is generated. Learn more
from here.
Res::get(), Res::gett(),
Res::post() and Res::postt() were used as test cases to render routes before the wvm
logics were introduced. With the wvm
logics, we find no use for this methods any more because routes are now being handled by a server file and the
entire route is being managed by a shutter system. It is advised to desist from the use of this methods as they
may be removed at any point in time. Learn more
from here.