Route
class has been added internally specifically for window Route files. This class does not include any known feature yet except that it provides more insight
and meaning to Route files. In future, Route files will be required to extend to this class rather than its parent Window
class.
More information on this new class is provided here.
@rex()
.
These new features will make it easier to relate with template files. More information on these new features are provided here.
mi
command. More information is available here.
icore/init
file contains some core configuration keys needed by the framework to work successfully well. Manually setting
configuration keys might be stressful. With a newly introduced command, it becomes easier to configure the init
file. Learn more from
here.
Resource
class internally handles the dynamic compilation of static resources before they are imported to the page
through the Res
class. In the new version of this framework, a new static resource compiler Ress
now handles the logic that is used
to compile static resource url. This step was taken to further improve the performace of the project application. Learn more from
here.