Spoova 1.5!
New features have been added to version 1.5.0 to improve security and fixing of bugs

What's new?
Ajax requests

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.


Map files
Map files are used to protect route entry file names under a standard logic to ensure that entry files are not exposed to the public. In version 1.5.0, the map file have been modified to allow two new features. These features include file protection used for securing entry point names and the other is entry inverse used to modify the strictness of entry point names. Find more information on this here.


Live server
When writing codes on live development state with the use of live server, the error notifications are sometimes glitchy. This effect was due to an entrace animation effect which has now been removed. The live server glitchy error notification bug has been fixed which now make the error notices look more stable for developers.


Template on the go

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.


Deprecated!
Prior to the intial release, some resource methods such as 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.